Commit ffe64df0 authored by Rafaël Carré's avatar Rafaël Carré

contrib: dvbpsi: don't build with -O6

parent 6d3f1d60
...@@ -19,6 +19,6 @@ libdvbpsi: libdvbpsi-$(DVBPSI_VERSION).tar.bz2 .sum-dvbpsi ...@@ -19,6 +19,6 @@ libdvbpsi: libdvbpsi-$(DVBPSI_VERSION).tar.bz2 .sum-dvbpsi
.dvbpsi: libdvbpsi .dvbpsi: libdvbpsi
$(RECONF) $(RECONF)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --enable-release cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && $(MAKE) install cd $< && $(MAKE) install
touch $@ touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment