Commit 1da85084 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* More dylib issues (gcrypt and libcdio)

parent d201d7cd
......@@ -966,8 +966,7 @@ libcdio: libcdio-$(CDIO_VERSION).tar.gz
$(EXTRACT_GZ)
.cdio: libcdio
(cd $<; ./configure --prefix=$(PREFIX) --without-vcdinfo && make && make install)
$(INSTALL_NAME)
(cd $<; ./configure --prefix=$(PREFIX) --without-vcdinfo --disable-shared && make && make install)
touch $@
CLEAN_FILE += .cdio
......@@ -1078,6 +1077,7 @@ libgcrypt: libgcrypt-$(GCRYPT_VERSION).tar.gz
.gcrypt: libgcrypt
(cd $<; ./configure --prefix=$(PREFIX) CFLAGS="$(CFLAGS) -D_BSD_SOCKLEN_T_=int" && make && make install )
$(INSTALL_NAME)
touch $@
CLEAN_FILE += .gcrypt
......
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