changeset 17:47e63f097788

bugfix in build instructions: gnutls
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 20 Jun 2007 09:40:12 +0200
parents 7732e7db965c
children a1eb4876e04b
files build_mingw_cross_env.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/build_mingw_cross_env.sh	Wed Jun 20 01:23:39 2007 +0200
+++ b/build_mingw_cross_env.sh	Wed Jun 20 09:40:12 2007 +0200
@@ -607,6 +607,7 @@
     cd "$SOURCE"
     tar xfvj "$DOWNLOAD/gnutls-$VERSION_gnutls.tar.bz2"
     cd "gnutls-$VERSION_gnutls"
+    echo "/* DEACTIVATED */" >gl/gai_strerror.c
     ./configure \
         --build="$BUILD" --host="$TARGET" \
         --disable-shared \