[svn-commits] trunk r22345 - /trunk/Makefile
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Mon Apr 24 22:35:12 MST 2006
Author: russell
Date: Tue Apr 25 00:35:11 2006
New Revision: 22345
URL: http://svn.digium.com/view/asterisk?rev=22345&view=rev
Log:
another little Solaris fix, unset LIBS before building libmxml
Modified:
trunk/Makefile
Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?rev=22345&r1=22344&r2=22345&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Apr 25 00:35:11 2006
@@ -982,7 +982,7 @@
$(MAKE) -C build_tools menuselect
mxml/libmxml.a:
- @cd mxml && unset CFLAGS && test -f config.h || ./configure
+ @cd mxml && unset CFLAGS LIBS && test -f config.h || ./configure
$(MAKE) -C mxml libmxml.a
makeopts.xml: $(foreach dir,$(MOD_SUBDIRS),$(dir)/*.c) build_tools/cflags.xml
More information about the svn-commits
mailing list