bugfix in build instructions: GD

This commit is contained in:
Volker Grabsch 2007-06-21 12:54:03 +02:00
parent ed5ee195b3
commit 12c2beeb19
1 changed files with 2 additions and 1 deletions

View File

@ -650,7 +650,7 @@ case "$1" in
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 @@ case "$1" in
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" \