From: Russell Bryant Date: Tue, 25 Apr 2006 05:35:11 +0000 (+0000) Subject: another little Solaris fix, unset LIBS before building libmxml X-Git-Tag: 1.4.0-beta1~1809 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7918a7a1fd3f46754dd2123c103364ea20f984e5;p=thirdparty%2Fasterisk.git 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 --- diff --git a/Makefile b/Makefile index c2b27aae94..3e1ea39d0f 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