[vlc-devel] commit: Fix gnutls building on windows... Complete and horrible hack... but (Jean-Baptiste Kempf )

git version control git at videolan.org
Sat Apr 19 00:41:18 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at altair.videolan.org> | Sat Apr 19 00:42:10 2008 +0200| [520ee292ef0488e99426bb17da8e0ad5f416d54d]

Fix gnutls building on windows... Complete and horrible hack... but
seems to work.

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

 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 f74fad9..efe2360 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1880,7 +1880,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) 
+	(cd $@; cd lgl; ln -sf alloca_.h alloca.h; rm vasprintf.c; touch vasprintf.c; rm vasnprintf.c; touch vasnprintf.c) 
 endif
 
 .gnutls: gnutls .opencdk .gcrypt .gpg-error 




More information about the vlc-devel mailing list