changeset 65:b0052f79b00e

bugfix for cURL
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 04 Jul 2007 21:25:32 +0200
parents 0627ea35c882
children a1d1a2ec24f6
files build_mingw_cross_env.sh
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/build_mingw_cross_env.sh	Wed Jul 04 15:37:39 2007 +0000
+++ b/build_mingw_cross_env.sh	Wed Jul 04 21:25:32 2007 +0200
@@ -1047,6 +1047,8 @@
     cd "curl-$VERSION_curl"
     $SED 's,-I@includedir@,-I@includedir@ -DCURL_STATICLIB,' -i curl-config.in
     $SED 's,GNUTLS_ENABLED = 1,GNUTLS_ENABLED=1,' -i configure
+    # wine confuses the cross-compiling detection, so set it explicitly
+    $SED 's,cross_compiling=no,cross_compiling=yes,' -i configure
     ./configure \
         --host="$TARGET" \
         --disable-shared \