From 6d1de75fdd586975893115f0d619b1dc9bc60551 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 19 Mar 2003 16:37:52 +0000 Subject: MWS_SRX644: migrate branch mws_srx644 -> HEAD --- curl/makefile.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'curl') 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" -- cgit v1.2.3