]> git.pld-linux.org Git - packages/lttng-ust.git/blame - lttng-ust-python.patch
- updated to 2.8.1
[packages/lttng-ust.git] / lttng-ust-python.patch
CommitLineData
7f99f27e
JB
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 @@
7f3aff43
JB
4 $(PYTHON) setup.py build --verbose
5
6 install-exec-local:
7- @opts="--prefix=$(prefix) --verbose --no-compile $(DISTSETUPOPTS)"; \
a7532159 8+ @opts="--prefix=$(prefix) --install-purelib=$(pythondir) --verbose --optimize=2 $(DISTSETUPOPTS)"; \
7f3aff43
JB
9 if [ "$(DESTDIR)" != "" ]; then \
10 opts="$$opts --root=$(DESTDIR)"; \
11 fi; \
This page took 0.046499 seconds and 4 git commands to generate.