From dea4367cce25ef97240acf35a15aab27cecefafb Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Fri, 3 Feb 2006 16:36:38 +0000 Subject: INTEGRATION: CWS macintel01 (1.14.2); FILE MERGED 2006/01/27 21:12:13 ericb 1.14.2.4: #i60958# remove useless UB changes in curl 2006/01/21 21:29:28 ericb 1.14.2.3: #i60958# delete CXXFLAGS because no need to use it in curl 2006/01/21 21:00:35 ericb 1.14.2.2: #i60958# fix typo correct name is UNIVERSAL_CFLAGS 2006/01/21 20:55:47 ericb 1.14.2.1: #i60958# add UNIVERSL_FLAG for curl on Mac OS X Intel --- 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 7c8a15c18bd9..5717d2915caf 100644 --- a/curl/makefile.mk +++ b/curl/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: hr $ $Date: 2005-12-28 16:56:36 $ +# last change: $Author: kz $ $Date: 2006-02-03 17:36:38 $ # # 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 CFLAGS="$(curl_CFLAGS)" LDFLAGS="$(curl_LDFLAGS)" BUILD_DIR=$(CONFIGURE_DIR)$/lib .IF "$(OS)"=="IRIX" -- cgit v1.2.3