[vlc-devel] commit: GNUTls fixed the vasprintf bug. No need to delete the files. ( Jean-Baptiste Kempf )

git version control git at videolan.org
Sun May 25 22:47:04 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun May 25 13:48:39 2008 -0700| [c6b1b02ad16f78618a0329deb23f8106db2dc47b]

GNUTls fixed the vasprintf bug. No need to delete the files.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c6b1b02ad16f78618a0329deb23f8106db2dc47b
---

 extras/contrib/src/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 289da9c..f83e905 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -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 




More information about the vlc-devel mailing list