summaryrefslogtreecommitdiff
path: root/curl
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-04 11:39:31 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-04 11:39:31 +0000
commitf397d3248d36f940fa0ede0d73e758a4cf60d30d (patch)
tree7b19d0b9bce24d4fb3f206a7d09c2df1c7e07053 /curl
parent19a3d2bab9b4ad3c5eac6032a9752085b9e2e1a2 (diff)
INTEGRATION: CWS httpcurl (1.16.8); FILE MERGED
2006/08/02 12:14:04 obr 1.16.8.1: #139080# enable http in curl
Diffstat (limited to 'curl')
-rw-r--r--curl/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/curl/makefile.mk b/curl/makefile.mk
index d789d19d2c1f..cd6020ff0f4f 100644
--- a/curl/makefile.mk
+++ b/curl/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.16 $
+# $Revision: 1.17 $
#
-# last change: $Author: rt $ $Date: 2006-03-08 14:02:57 $
+# last change: $Author: ihi $ $Date: 2006-08-04 12:39:31 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -64,7 +64,7 @@ curl_LDFLAGS+=-L$(SYSBASE)$/usr$/lib
CONFIGURE_DIR=.$/
#relative to CONFIGURE_DIR
CONFIGURE_ACTION=.$/configure
-CONFIGURE_FLAGS= --without-ssl --without-libidn --enable-ftp --enable-ipv6 --disable-http --disable-gopher --disable-file --disable-ldap --disable-telnet --disable-dict --disable-static CFLAGS="$(curl_CFLAGS)" LDFLAGS="$(curl_LDFLAGS)"
+CONFIGURE_FLAGS= --without-ssl --without-libidn --enable-ftp --enable-ipv6 --enable-http --disable-gopher --disable-file --disable-ldap --disable-telnet --disable-dict --disable-static CFLAGS="$(curl_CFLAGS)" LDFLAGS="$(curl_LDFLAGS)"
BUILD_DIR=$(CONFIGURE_DIR)$/lib
.IF "$(OS)"=="IRIX"