Skip to content
Snippets Groups Projects
Commit 7918a7a1 authored by Russell Bryant's avatar Russell Bryant
Browse files

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
parent 5267a6e6
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment