[asterisk-commits] kpfleming: branch 1.4 r44012 -
/branches/1.4/main/Makefile
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Fri Sep 29 11:49:08 MST 2006
Author: kpfleming
Date: Fri Sep 29 13:49:07 2006
New Revision: 44012
URL: http://svn.digium.com/view/asterisk?rev=44012&view=rev
Log:
yet another place where we were not using the correct CFLAGS by default
Modified:
branches/1.4/main/Makefile
Modified: branches/1.4/main/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/Makefile?rev=44012&r1=44011&r2=44012&view=diff
==============================================================================
--- branches/1.4/main/Makefile (original)
+++ branches/1.4/main/Makefile Fri Sep 29 13:49:07 2006
@@ -90,7 +90,7 @@
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:
More information about the asterisk-commits
mailing list