]> git.pld-linux.org Git - packages/lttng-ust.git/blob - lttng-ust-python.patch
18905cc0a21a03f98d90291140284b4e85f3efc4
[packages/lttng-ust.git] / lttng-ust-python.patch
1 --- lttng-ust-2.7.0/liblttng-ust-python-agent/Makefile.am.orig  2015-09-24 22:41:04.000000000 +0200
2 +++ lttng-ust-2.7.0/liblttng-ust-python-agent/Makefile.am       2015-10-03 18:16:54.993333507 +0200
3 @@ -18,7 +18,7 @@
4         if [ "$(DESTDIR)" = "" ]; then \
5                 $(PYTHON) setup.py install --prefix=$(prefix) --record install_files.txt  --verbose --no-compile $(DISTSETUPOPTS);  \
6         else \
7 -               $(PYTHON) setup.py install --root=$(DESTDIR) --verbose install_files.txt  --prefix=$(prefix) --no-compile $(DISTSETUPOPTS); \
8 +               $(PYTHON) setup.py install --root=$(DESTDIR) --verbose --record install_files.txt  --prefix=$(prefix) --optimize=2 $(DISTSETUPOPTS); \
9         fi
10  clean-local:
11         rm -rf build
This page took 0.05124 seconds and 2 git commands to generate.