]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
yet another place where we were not using the correct CFLAGS by default
authorKevin P. Fleming <kpfleming@digium.com>
Fri, 29 Sep 2006 18:49:07 +0000 (18:49 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Fri, 29 Sep 2006 18:49:07 +0000 (18:49 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44012 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/Makefile

index c40e5e254265bae25e27905dc01440c7fc324944..2aa8ef8a718efaceb2db6dfbb20d53805028f715 100644 (file)
@@ -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: