Commit acda4ecb authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Fixed gnutls and cdio dylib installation

parent fadec1ce
......@@ -967,6 +967,7 @@ libcdio: libcdio-$(CDIO_VERSION).tar.gz
.cdio: libcdio
(cd $<; ./configure --prefix=$(PREFIX) --without-vcdinfo && make && make install)
$(INSTALL_NAME)
touch $@
CLEAN_FILE += .cdio
......@@ -1094,7 +1095,8 @@ gnutls: gnutls-$(GNUTLS_VERSION).tar.bz2
$(EXTRACT_BZ2)
.gnutls: gnutls
(cd $<; ./configure --prefix=$(PREFIX) && make install )
(cd $<; ./configure --prefix=$(PREFIX) && make && make install )
$(INSTALL_NAME)
touch $@
CLEAN_FILE += .gnutls
......
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