[asterisk-commits] qwell: branch qwell/pjproject-cleanup r380770 - /team/qwell/pjproject-cleanup...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Feb 1 09:36:56 CST 2013
Author: qwell
Date: Fri Feb 1 09:36:51 2013
New Revision: 380770
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=380770
Log:
pjproject doesn't really need our CFLAGS. Don't send them.
Modified:
team/qwell/pjproject-cleanup/res/Makefile
Modified: team/qwell/pjproject-cleanup/res/Makefile
URL: http://svnview.digium.com/svn/asterisk/team/qwell/pjproject-cleanup/res/Makefile?view=diff&rev=380770&r1=380769&r2=380770
==============================================================================
--- team/qwell/pjproject-cleanup/res/Makefile (original)
+++ team/qwell/pjproject-cleanup/res/Makefile Fri Feb 1 09:36:51 2013
@@ -74,7 +74,7 @@
rm -f pjproject/build.mak
pjproject/build.mak: pjproject/aconfigure
- (cd pjproject && CFLAGS="-fPIC $(_ASTCFLAGS)" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) --disable-floating-point --disable-sound --disable-oss --disable-speex-aec --disable-l16-codec --disable-gsm-codec --disable-g722-codec --disable-g7221-codec --disable-speex-codec --disable-ilbc-codec --disable-g711-codec)
+ (cd pjproject && CFLAGS="-fPIC" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) --disable-floating-point --disable-sound --disable-oss --disable-speex-aec --disable-l16-codec --disable-gsm-codec --disable-g722-codec --disable-g7221-codec --disable-speex-codec --disable-ilbc-codec --disable-g711-codec)
ifneq ($(findstring $(MAKECMDGOALS),all),)
-include pjproject/build.mak
More information about the asterisk-commits
mailing list