summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-04-25 05:35:11 +0000
committerRussell Bryant <russell@russellbryant.com>2006-04-25 05:35:11 +0000
commit7918a7a1fd3f46754dd2123c103364ea20f984e5 (patch)
tree4ca21a019630e46207e13b88925fba7436f37799
parent5267a6e6a22f003066cd6d80847b6ecdbfbc4125 (diff)
another little Solaris fix, unset LIBS before building libmxml
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22345 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c2b27aae9..3e1ea39d0 100644
--- a/Makefile
+++ b/Makefile
@@ -982,7 +982,7 @@ build_tools/menuselect: build_tools/menuselect.c build_tools/menuselect_curses.c
$(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