Commit 0fa5f398 authored by Rafaël Carré's avatar Rafaël Carré Committed by Jean-Baptiste Kempf

contrib: dvbpsi: don't build with -O6

(cherry picked from commit ffe64df0)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 6972c01c
......@@ -19,6 +19,6 @@ libdvbpsi: libdvbpsi-$(DVBPSI_VERSION).tar.bz2 .sum-dvbpsi
.dvbpsi: libdvbpsi
$(RECONF)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --enable-release
cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && $(MAKE) install
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