]> git.pld-linux.org Git - packages/lttng-ust.git/blob - lttng-ust-python.patch
- pass --install-purelib to python setup.py; release 2
[packages/lttng-ust.git] / lttng-ust-python.patch
1 --- lttng-ust-2.7.1/liblttng-ust-python-agent/Makefile.am.orig  2016-01-25 22:11:19.823939945 +0100
2 +++ lttng-ust-2.7.1/liblttng-ust-python-agent/Makefile.am       2016-01-25 22:12:22.277270532 +0100
3 @@ -15,7 +15,7 @@
4         $(PYTHON) setup.py build --verbose
5  
6  install-exec-local:
7 -       @opts="--prefix=$(prefix) --verbose --no-compile $(DISTSETUPOPTS)"; \
8 +       @opts="--prefix=$(prefix) --install-purelib=$(pythondir) --verbose --optimize=2 $(DISTSETUPOPTS)"; \
9         if [ "$(DESTDIR)" != "" ]; then \
10                 opts="$$opts --root=$(DESTDIR)"; \
11         fi; \
This page took 0.087559 seconds and 4 git commands to generate.