From: Kevin P. Fleming Date: Fri, 29 Sep 2006 18:49:07 +0000 (+0000) Subject: yet another place where we were not using the correct CFLAGS by default X-Git-Tag: 1.4.0-beta3~122 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26524583fc8775f6d052ef0a6bd3715f8b1c7326;p=thirdparty%2Fasterisk.git yet another place where we were not using the correct CFLAGS by default git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44012 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/Makefile b/main/Makefile index c40e5e2542..2aa8ef8a71 100644 --- a/main/Makefile +++ b/main/Makefile @@ -90,7 +90,7 @@ ifeq ($(OSARCH),SunOS) endif editline/libedit.a: - cd editline && test -f config.h || CFLAGS="$(OPTIMIZE)" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) + cd editline && test -f config.h || CFLAGS="$(ASTCFLAGS)" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) $(MAKE) -C editline libedit.a db1-ast/libdb1.a: