]> git.pld-linux.org Git - packages/lttng-ust.git/blob - lttng-ust-python.patch
8632babf224f8eaba1efdd5a1a2449d5f72630a9
[packages/lttng-ust.git] / lttng-ust-python.patch
1 --- lttng-ust-2.8.1/python-lttngust/Makefile.am.orig    2016-05-31 06:38:27.000000000 +0200
2 +++ lttng-ust-2.8.1/python-lttngust/Makefile.am 2016-06-25 12:26:23.159661719 +0200
3 @@ -6,7 +6,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.030453 seconds and 2 git commands to generate.