summaryrefslogtreecommitdiff
path: root/curl
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-03-08 13:02:57 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-03-08 13:02:57 +0000
commit86c074d5c38daad82dde48caa0c3720239d49586 (patch)
tree9407fe848286d84d2b258047ca2891de7ad95bfc /curl
parent8cbec73f7f7b22131c326d06965587970bed1799 (diff)
INTEGRATION: CWS ause048 (1.14.6); FILE MERGED
2006/02/06 15:34:41 hjs 1.14.6.1: #i61263# disable static lib
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 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"