]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
this seems to be needed on CentOS
authorRaymond Chandler <intralanman@freeswitch.org>
Wed, 2 Sep 2009 00:52:35 +0000 (00:52 +0000)
committerRaymond Chandler <intralanman@freeswitch.org>
Wed, 2 Sep 2009 00:52:35 +0000 (00:52 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14729 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/esl/php/Makefile

index 5458be5ba5a1270b68cfcb1a3f7ad86aabdb2151..fd760a454ca67faf4c4d92586325184957449932 100644 (file)
@@ -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