]> git.sesse.net Git - vlc/commitdiff
GNUTls fixed the vasprintf bug. No need to delete the files.
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 25 May 2008 20:48:39 +0000 (13:48 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 25 May 2008 20:48:39 +0000 (13:48 -0700)
extras/contrib/src/Makefile

index 289da9c3a2d42acfb50bad567b0314a11c6e1905..f83e905c6acee7d93906f90cd3628830187194a1 100644 (file)
@@ -1910,7 +1910,7 @@ gnutls: gnutls-$(GNUTLS_VERSION).tar.bz2
        $(EXTRACT_BZ2)
 ifdef HAVE_WIN32
        patch -p0 < Patches/gnutls-win32.patch
-       (cd $@; cd lgl; ln -sf alloca_.h alloca.h; rm vasprintf.c; touch vasprintf.c; rm vasnprintf.c; touch vasnprintf.c) 
+       (cd $@; cd lgl; ln -sf alloca_.h alloca.h;)
 endif
 
 .gnutls: gnutls .opencdk .gcrypt .gpg-error