]> git.pld-linux.org Git - packages/lttng-ust.git/blobdiff - lttng-ust-python.patch
- updated to 2.11.0
[packages/lttng-ust.git] / lttng-ust-python.patch
index 18905cc0a21a03f98d90291140284b4e85f3efc4..8632babf224f8eaba1efdd5a1a2449d5f72630a9 100644 (file)
@@ -1,11 +1,11 @@
---- lttng-ust-2.7.0/liblttng-ust-python-agent/Makefile.am.orig 2015-09-24 22:41:04.000000000 +0200
-+++ lttng-ust-2.7.0/liblttng-ust-python-agent/Makefile.am      2015-10-03 18:16:54.993333507 +0200
-@@ -18,7 +18,7 @@
-       if [ "$(DESTDIR)" = "" ]; then \
-               $(PYTHON) setup.py install --prefix=$(prefix) --record install_files.txt  --verbose --no-compile $(DISTSETUPOPTS);  \
-       else \
--              $(PYTHON) setup.py install --root=$(DESTDIR) --verbose install_files.txt  --prefix=$(prefix) --no-compile $(DISTSETUPOPTS); \
-+              $(PYTHON) setup.py install --root=$(DESTDIR) --verbose --record install_files.txt  --prefix=$(prefix) --optimize=2 $(DISTSETUPOPTS); \
-       fi
- clean-local:
-       rm -rf build
+--- lttng-ust-2.8.1/python-lttngust/Makefile.am.orig   2016-05-31 06:38:27.000000000 +0200
++++ lttng-ust-2.8.1/python-lttngust/Makefile.am        2016-06-25 12:26:23.159661719 +0200
+@@ -6,7 +6,7 @@
+       $(PYTHON) setup.py build --verbose
+ install-exec-local:
+-      @opts="--prefix=$(prefix) --verbose --no-compile $(DISTSETUPOPTS)"; \
++      @opts="--prefix=$(prefix) --install-purelib=$(pythondir) --verbose --optimize=2 $(DISTSETUPOPTS)"; \
+       if [ "$(DESTDIR)" != "" ]; then \
+               opts="$$opts --root=$(DESTDIR)"; \
+       fi; \
This page took 0.101739 seconds and 4 git commands to generate.