[asterisk-addons-commits] russell: branch 1.4 r387 - /branches/1.4/Makefile

asterisk-addons-commits at lists.digium.com asterisk-addons-commits at lists.digium.com
Tue Jun 5 15:05:10 MST 2007


Author: russell
Date: Tue Jun  5 17:05:09 2007
New Revision: 387

URL: http://svn.digium.com/view/asterisk-addons?view=rev&rev=387
Log:
Fix cross compiling for format_mp3
(issue #9875, patch from zandbelt)

Modified:
    branches/1.4/Makefile

Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/asterisk-addons/branches/1.4/Makefile?view=diff&rev=387&r1=386&r2=387
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Tue Jun  5 17:05:09 2007
@@ -150,7 +150,7 @@
 	@$(MAKE) -C asterisk-ooh323c
 
 format_mp3.so:
-	@$(MAKE) -C format_mp3 all
+	@INCLUDE="$(CFLAGS)" $(MAKE) -C format_mp3 all CC="$(CC)"
 
 depend: .depend
 



More information about the asterisk-addons-commits mailing list