From: Gunter Knauf Date: Sun, 8 Jun 2008 22:29:34 +0000 (+0000) Subject: enable additional CFLAGS from commandline. X-Git-Tag: curl-7_19_0~462 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72870e2c57bef41bb629e092e6d8eef0361d9ab1;p=thirdparty%2Fcurl.git enable additional CFLAGS from commandline. --- diff --git a/lib/Makefile.netware b/lib/Makefile.netware index b91796cc38..16f294a85b 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -94,7 +94,7 @@ LIBARCH_L = $(shell $(AWK) 'BEGIN {print tolower(ARGV[1])}' $(LIBARCH)) -include $(OBJDIR)/version.inc # Global flags for all compilers -CFLAGS = $(OPT) -D$(DB) -DNETWARE -DHAVE_CONFIG_H -nostdinc +CFLAGS += $(OPT) -D$(DB) -DNETWARE -DHAVE_CONFIG_H -nostdinc ifeq ($(CC),mwccnlm) LD = mwldnlm diff --git a/src/Makefile.netware b/src/Makefile.netware index 72fc4cd22e..86e593653a 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -94,7 +94,7 @@ LIBARCH_L = $(shell $(AWK) 'BEGIN {print tolower(ARGV[1])}' $(LIBARCH)) -include $(OBJDIR)/version.inc # Global flags for all compilers -CFLAGS = $(OPT) -D$(DB) -DNETWARE -DHAVE_CONFIG_H -nostdinc +CFLAGS += $(OPT) -D$(DB) -DNETWARE -DHAVE_CONFIG_H -nostdinc ifeq ($(CC),mwccnlm) LD = mwldnlm