From: Gunter Knauf Date: Wed, 11 Jun 2008 00:07:08 +0000 (+0000) Subject: enable additional CFLAGS from commandline. X-Git-Tag: curl-7_19_0~457 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=10074bfcc670ab2f697f1dd9ae9a3922b4e2ea02;p=thirdparty%2Fcurl.git enable additional CFLAGS from commandline. --- diff --git a/ares/Makefile.netware b/ares/Makefile.netware index e70d98c992..f723b2e0ae 100644 --- a/ares/Makefile.netware +++ b/ares/Makefile.netware @@ -75,7 +75,7 @@ MKDIR = mkdir MPKXDC = mkxdc # 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