]> git.sesse.net Git - vlc/commitdiff
* More dylib issues (gcrypt and libcdio)
authorDerk-Jan Hartman <hartman@videolan.org>
Thu, 7 Apr 2005 14:36:24 +0000 (14:36 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Thu, 7 Apr 2005 14:36:24 +0000 (14:36 +0000)
extras/contrib/src/Makefile

index 73c34b36398b2205fca4352fa2f483f2807f21c1..c1d019a4cecbc8b0592c4d5ae3c858e42b8e7674 100644 (file)
@@ -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