Commit 86fc1fc4 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Removed bad patch for Python 3

parent 27dcc0df
all: all:
tar xf talloc-2.1.14.tar.gz tar xf talloc-2.1.14.tar.gz
patch -Np1 -d talloc-2.1.14 < talloc-2.1.14-python3.patch
cd talloc-2.1.14 && PYTHON=/usr/bin/python3 ./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
......
This diff is collapsed.
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