From: Raymond Chandler Date: Thu, 25 Jun 2009 20:39:18 +0000 (+0000) Subject: more stuff that should not be needed to compile phpmod X-Git-Tag: v1.0.4~325 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=def019f451b00f9f70c571000c8658075d13fd94;p=thirdparty%2Ffreeswitch.git more stuff that should not be needed to compile phpmod git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13966 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/esl/php/Makefile b/libs/esl/php/Makefile index 316bac445c..0c3f503791 100644 --- a/libs/esl/php/Makefile +++ b/libs/esl/php/Makefile @@ -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