summaryrefslogtreecommitdiff
path: root/curl
diff options
context:
space:
mode:
authorAndreas Bille <abi@openoffice.org>2002-10-21 06:11:34 +0000
committerAndreas Bille <abi@openoffice.org>2002-10-21 06:11:34 +0000
commit39b2ea95836959e6c1a6415d1212b9787a04a9a9 (patch)
tree66bf1464db0e50467524fdb90ffda64dac6fa011 /curl
parent7457e4840cddc07de8fb7687b9ca41983290138f (diff)
#100904# removing unused protocols from build
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 3fc239e61093..f0a646a435ee 100644
--- a/curl/makefile.mk
+++ b/curl/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: vg $ $Date: 2002-09-10 10:30:34 $
+# last change: $Author: abi $ $Date: 2002-10-21 07:11:34 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -78,7 +78,7 @@ PATCH_FILE_NAME=unx1-curl-7.9.8.patch
CONFIGURE_DIR=.$/
#relative to CONFIGURE_DIR
CONFIGURE_ACTION=.$/configure
-CONFIGURE_FLAGS= --without-ssl
+CONFIGURE_FLAGS= --without-ssl --enable-ftp --disable-http --disable-gopher --disable-file --disable-ldap --disable-telnet --disable-dict
BUILD_DIR=$(CONFIGURE_DIR)
BUILD_ACTION=make