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