Commit 6e6b664d authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We should use Python 3 for building as Python 2 is deprecated

parent 715d5015
all: all:
tar xf talloc-2.1.14.tar.gz tar xf talloc-2.1.14.tar.gz
cd talloc-2.1.14 && ./configure --prefix=/usr cd talloc-2.1.14 && PYTHON=/usr/bin/python3 ./configure --prefix=/usr
$(MAKE) -C talloc-2.1.14 $(MAKE) -C talloc-2.1.14
$(MAKE) -C talloc-2.1.14 check $(MAKE) -C talloc-2.1.14 check
$(MAKE) -C talloc-2.1.14 install $(MAKE) -C talloc-2.1.14 install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment