Commit c6b1b02a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

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

parent ea10aaa7
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment