summaryrefslogtreecommitdiff
path: root/curl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-19 16:37:52 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-19 16:37:52 +0000
commit6d1de75fdd586975893115f0d619b1dc9bc60551 (patch)
treef8e53de8d97446e3dd1c28021056cd0663ff598e /curl
parenta6b6857bb76e7713b08e15512d1de7fe42487ca7 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'curl')
-rw-r--r--curl/makefile.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/curl/makefile.mk b/curl/makefile.mk
index 84a45f79f64e..1610fde42673 100644
--- a/curl/makefile.mk
+++ b/curl/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: obo $ $Date: 2002-10-22 08:50:03 $
+# last change: $Author: hr $ $Date: 2003-03-19 17:37:52 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -78,12 +78,12 @@ PATCH_FILE_NAME=unx1-curl-7.9.8.patch
CONFIGURE_DIR=.$/
#relative to CONFIGURE_DIR
CONFIGURE_ACTION=.$/configure
-CONFIGURE_FLAGS= --without-ssl --enable-ftp --disable-gopher --disable-file --disable-ldap --disable-telnet --disable-dict
+CONFIGURE_FLAGS= --without-ssl --enable-ftp --enable-ipv6 --disable-http --disable-gopher --disable-file --disable-ldap --disable-telnet --disable-dict
-BUILD_DIR=$(CONFIGURE_DIR)
+BUILD_DIR=$(CONFIGURE_DIR)$/lib
BUILD_ACTION=make
-OUT2LIB=$(BUILD_DIR)$/lib$/.libs$/libcurl*.so
+OUT2LIB=$(BUILD_DIR)$/.libs$/libcurl*.so
.ENDIF # "$(GUI)"=="UNX"