From 86c074d5c38daad82dde48caa0c3720239d49586 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 8 Mar 2006 13:02:57 +0000 Subject: INTEGRATION: CWS ause048 (1.14.6); FILE MERGED 2006/02/06 15:34:41 hjs 1.14.6.1: #i61263# disable static lib --- curl/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'curl') diff --git a/curl/makefile.mk b/curl/makefile.mk index 5717d2915caf..d789d19d2c1f 100644 --- a/curl/makefile.mk +++ b/curl/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: kz $ $Date: 2006-02-03 17:36:38 $ +# last change: $Author: rt $ $Date: 2006-03-08 14:02:57 $ # # 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 CFLAGS="$(curl_CFLAGS)" LDFLAGS="$(curl_LDFLAGS)" +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)" BUILD_DIR=$(CONFIGURE_DIR)$/lib .IF "$(OS)"=="IRIX" -- cgit v1.2.3