]> git.pld-linux.org Git - packages/dtc.git/blob - dtc-python.patch
- updated to 1.5.0
[packages/dtc.git] / dtc-python.patch
1 --- dtc-1.5.0/pylibfdt/Makefile.pylibfdt.orig   2019-03-10 21:31:13.430242485 +0100
2 +++ dtc-1.5.0/pylibfdt/Makefile.pylibfdt        2019-03-10 21:33:46.816078189 +0100
3 @@ -21,7 +21,7 @@
4  
5  install_pylibfdt: $(PYMODULE)
6         @$(VECHO) INSTALL-PYLIB
7 -       $(PYTHON) $(SETUP) $(SETUPFLAGS) install --prefix=$(PREFIX)
8 +       $(PYTHON) $(SETUP) $(SETUPFLAGS) install --optimize=2 --prefix=$(PREFIX) $(if $(DESTDIR),--root=$(DESTDIR))
9  
10  pylibfdt_clean:
11         @$(VECHO) CLEAN "(pylibfdt)"
This page took 0.026635 seconds and 3 git commands to generate.