Commit ffa096d9 authored by Felix Paul Kühne's avatar Felix Paul Kühne

contribs: hack to ensure libcdio creates proper la files

parent 44769546
......@@ -1597,7 +1597,11 @@ ifdef HAVE_MACOSX
endif
.cdio: libcdio
ifdef HAVE_DARWIN_OS
(cd $<; ./configure --prefix=$(PREFIX) --without-vcdinfo --disable-shared && make && make install && sed -e 's%/usr/lib/libiconv.la%%' -i.orig $(PREFIX)/lib/libcdio.la && sed -e 's%/usr/lib/libiconv.la%%' -i.orig $(PREFIX)/lib/libiso9660.la)
else
(cd $<; sed -e 's%@ENABLE_CPP_TRUE@SUBDIRS = C++%@ENABLE_CPP_TRUE@SUBDIRS = %' -i.orig example/Makefile.in && autoreconf -fisv && ./configure --prefix=$(PREFIX) --without-vcdinfo --disable-shared && make && make install)
endif
touch $@
CLEAN_FILE += .cdio
......
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