[Freeswitch-svn] [commit] r13966 - freeswitch/trunk/libs/esl/php

FreeSWITCH SVN intralanman at freeswitch.org
Thu Jun 25 13:39:20 PDT 2009


Author: intralanman
Date: Thu Jun 25 15:39:18 2009
New Revision: 13966

Log:
more stuff that should not be needed to compile phpmod

Modified:
   freeswitch/trunk/libs/esl/php/Makefile

Modified: freeswitch/trunk/libs/esl/php/Makefile
==============================================================================
--- freeswitch/trunk/libs/esl/php/Makefile	(original)
+++ freeswitch/trunk/libs/esl/php/Makefile	Thu Jun 25 15:39:18 2009
@@ -1,6 +1,6 @@
 LOCAL_CFLAGS=$(shell php-config --includes)
 PHP_LDFLAGS=$(shell php-config --ldflags)
-PHP_LIBS=$(shell php-config --libs | sed -r 's/ ?-l(bz2|pcre|xml2|gssapi_krb5|krb5|k5crypto|com_err)//g')
+PHP_LIBS=$(shell php-config --libs | sed -r 's/ ?-l(bz2|pcre|xml2|gssapi_krb5|krb5|k5crypto|com_err|history|z|readline|gmp|ssl|crypto)//g')
 LOCAL_LDFLAGS=$(PHP_LDFLAGS) $(PHP_LIBS)
 WRAP_GCC_WARNING_SILENCE=-Wno-unused-label -Wno-unused-function
 



More information about the Freeswitch-svn mailing list