]> git.pld-linux.org Git - packages/babeltrace2.git/blob - babeltrace2-python.patch
rebuild with python 3.10
[packages/babeltrace2.git] / babeltrace2-python.patch
1 --- babeltrace2-2.0.2/src/bindings/python/bt2/Makefile.am.orig  2020-03-10 22:46:52.000000000 +0100
2 +++ babeltrace2-2.0.2/src/bindings/python/bt2/Makefile.am       2020-04-13 20:56:49.729383809 +0200
3 @@ -142,7 +142,7 @@
4  -include bt2/native_bt.d
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.069589 seconds and 3 git commands to generate.