Commit 55026eed authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated talloc to 2.3.1

parent 86fc1fc4
all:
tar xf talloc-2.1.14.tar.gz
cd talloc-2.1.14 && PYTHON=/usr/bin/python3 ./configure --prefix=/usr
$(MAKE) -C talloc-2.1.14
$(MAKE) -C talloc-2.1.14 check
$(MAKE) -C talloc-2.1.14 install
rm -rf talloc-2.1.14
tar xf talloc-2.3.1.tar.gz
cd talloc-2.3.1 && PYTHON=/usr/bin/python3 ./configure --prefix=/usr
$(MAKE) -C talloc-2.3.1
$(MAKE) -C talloc-2.3.1 check
$(MAKE) -C talloc-2.3.1 install
rm -rf talloc-2.3.1
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