Commit f340f16f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: fix dvbpsi compilation

parent 66803298
...@@ -1280,8 +1280,7 @@ libdvbpsi: libdvbpsi-$(LIBDVBPSI_VERSION).tar.gz ...@@ -1280,8 +1280,7 @@ libdvbpsi: libdvbpsi-$(LIBDVBPSI_VERSION).tar.gz
$(EXTRACT_GZ) $(EXTRACT_GZ)
.dvbpsi: libdvbpsi .dvbpsi: libdvbpsi
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && cd src && make && make install) (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --enable-release && cd src && make && make install)
$(INSTALL_NAME)
touch $@ touch $@
CLEAN_FILE += .dvbpsi CLEAN_FILE += .dvbpsi
......
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