]> git.sesse.net Git - vlc/commitdiff
Yet another fix for gnuTLS on mingw
authorJean-Baptiste Kempf <jb@altair.videolan.org>
Sun, 6 Apr 2008 07:28:51 +0000 (09:28 +0200)
committerJean-Baptiste Kempf <jb@altair.videolan.org>
Sun, 6 Apr 2008 07:28:51 +0000 (09:28 +0200)
extras/contrib/src/Makefile

index 67f213089d8cf1674632f4ea6f7a556b8ecfa0ae..99a65eae44a75e41ee912462f936f92262566457 100644 (file)
@@ -1880,7 +1880,7 @@ endif
 
 .gnutls: gnutls .opencdk .gcrypt .gpg-error 
 ifdef HAVE_WIN32
-       (cd $<; autoconf && $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" --target=i586-mingw32msvc --disable-cxx && cd gl && make && cd ../lgl && make &&  cd ../lib &&make && make install && cd ../includes && make install)
+       (cd $<; autoconf && $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" --target=i586-mingw32msvc --disable-cxx && cd lgl && make && cd ../gl && make &&  cd ../lib &&make && make install && cd ../includes && make install)
 else
        (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" --disable-cxx --with-libopencdk-prefix=$(PREFIX) --disable-guile && make && make install)
 endif