]> git.pld-linux.org Git - packages/babeltrace.git/blob - babeltrace-python.patch
- release 2 (by relup.sh)
[packages/babeltrace.git] / babeltrace-python.patch
1 --- babeltrace-1.5.6/bindings/python/Makefile.am.orig   2018-07-03 21:41:31.000000000 +0200
2 +++ babeltrace-1.5.6/bindings/python/Makefile.am        2018-07-28 21:00:25.526818768 +0200
3 @@ -32,7 +32,7 @@
4         touch $@
5  
6  install-exec-local: build-python-bindings.stamp
7 -       @opts="--prefix=$(prefix) --record $(INSTALLED_FILES) --verbose --no-compile $(DISTSETUPOPTS)"; \
8 +       @opts="--prefix=$(prefix) --record $(INSTALLED_FILES) --verbose --optimize=2 $(DISTSETUPOPTS)"; \
9         if [ "$(DESTDIR)" != "" ]; then \
10                 opts="$$opts --root=$(DESTDIR)"; \
11         fi; \
This page took 0.296377 seconds and 3 git commands to generate.