From fe561bef90470502366e315d618daafb8a4d0f9d Mon Sep 17 00:00:00 2001 From: Raymond Chandler Date: Wed, 2 Sep 2009 00:52:35 +0000 Subject: [PATCH] this seems to be needed on CentOS git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14729 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/esl/php/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/esl/php/Makefile b/libs/esl/php/Makefile index 5458be5ba5..fd760a454c 100644 --- a/libs/esl/php/Makefile +++ b/libs/esl/php/Makefile @@ -2,6 +2,7 @@ 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|history|z|readline|gmp|ssl|crypto)//g') LOCAL_LDFLAGS=$(PHP_LDFLAGS) $(PHP_LIBS) +LOCAL_LDFLAGS+=-lpthread WRAP_GCC_WARNING_SILENCE=-Wno-unused-label -Wno-unused-function all: ESL.so