[asterisk-commits] file: branch 1.4 r44942 - /branches/1.4/Makefile
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Thu Oct 12 09:08:50 MST 2006
Author: file
Date: Thu Oct 12 11:08:50 2006
New Revision: 44942
URL: http://svn.digium.com/view/asterisk?rev=44942&view=rev
Log:
Pass off AUDIO_LIBS so muted can link on OSX (issue #8135 reported by ssokol)
Modified:
branches/1.4/Makefile
Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.4/Makefile?rev=44942&r1=44941&r2=44942&view=diff
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Thu Oct 12 11:08:50 2006
@@ -309,7 +309,7 @@
@ASTCFLAGS="$(MOD_SUBDIR_CFLAGS) $(ASTCFLAGS)" ASTLDFLAGS="$(ASTLDFLAGS)" AST_LIBS="$(AST_LIBS)" $(MAKE) --no-print-directory -C $@ SUBDIR=$@ all
$(OTHER_SUBDIRS):
- @ASTCFLAGS="$(OTHER_SUBDIR_CFLAGS) $(ASTCFLAGS)" ASTLDFLAGS="$(ASTLDFLAGS)" $(MAKE) --no-print-directory -C $@ SUBDIR=$@ all
+ @ASTCFLAGS="$(OTHER_SUBDIR_CFLAGS) $(ASTCFLAGS)" ASTLDFLAGS="$(ASTLDFLAGS)" AUDIO_LIBS="$(AUDIO_LIBS)" $(MAKE) --no-print-directory -C $@ SUBDIR=$@ all
defaults.h: makeopts
@build_tools/make_defaults_h > $@.tmp
More information about the asterisk-commits
mailing list