[svn-commits] eliel: branch group/appdocsxml r146357 - /team/group/appdocsxml/main/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sat Oct 4 10:58:10 CDT 2008


Author: eliel
Date: Sat Oct  4 10:58:09 2008
New Revision: 146357

URL: http://svn.digium.com/view/asterisk?view=rev&rev=146357
Log:
libxml2 is still a not mandatory dependency, so we must not hardcode
the linking flags against it.

Modified:
    team/group/appdocsxml/main/Makefile

Modified: team/group/appdocsxml/main/Makefile
URL: http://svn.digium.com/view/asterisk/team/group/appdocsxml/main/Makefile?view=diff&rev=146357&r1=146356&r2=146357
==============================================================================
--- team/group/appdocsxml/main/Makefile (original)
+++ team/group/appdocsxml/main/Makefile Sat Oct  4 10:58:09 2008
@@ -42,7 +42,7 @@
 AST_LIBS += $(SSL_LIB)
 AST_LIBS += $(BKTR_LIB)
 AST_LIBS += -lmxml -L../menuselect/mxml
-AST_LIBS += -lxml2
+AST_LIBS += $(LIBXML2_LIB) 
 
 ifeq ($(POLL_AVAILABLE),)
   OBJS+=poll.o




More information about the svn-commits mailing list