changeset 19:8af3bebbd94c

bugfix in build instructions: GD
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 21 Jun 2007 12:54:03 +0200
parents a1eb4876e04b
children 8ccd566b9b28
files build_mingw_cross_env.sh
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build_mingw_cross_env.sh	Wed Jun 20 12:19:31 2007 +0200
+++ b/build_mingw_cross_env.sh	Thu Jun 21 12:54:03 2007 +0200
@@ -650,7 +650,7 @@
     cd "$SOURCE"
     tar xfvj "$DOWNLOAD/curl-$VERSION_curl.tar.bz2"
     cd "curl-$VERSION_curl"
-    sed 's,-I@includedir@,-DCURL_STATICLIB -I@includedir@,' -i curl-config.in
+    sed 's,-I@includedir@,-I@includedir@ -DCURL_STATICLIB,' -i curl-config.in
     sed 's,GNUTLS_ENABLED = 1,GNUTLS_ENABLED=1,' -i configure
     ./configure \
         --build="$BUILD" --host="$TARGET" \
@@ -913,6 +913,7 @@
     touch aclocal.m4
     touch config.hin
     touch Makefile.in
+    sed 's,-I@includedir@,-I@includedir@ -DNONDLL,' -i config/gdlib-config.in
     sed 's,-lX11 ,,g' -i configure
     ./configure \
         --build="$BUILD" --host="$TARGET" \