From: Raymond Chandler Date: Tue, 1 Sep 2009 03:52:29 +0000 (+0000) Subject: hack to automatically load ESL.so X-Git-Tag: v1.0.6~1980 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c465fe2ee836fc8da2655fde08831f7d093cd428;p=thirdparty%2Ffreeswitch.git hack to automatically load ESL.so git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14707 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/esl/php/Makefile b/libs/esl/php/Makefile index 0c3f503791..5458be5ba5 100644 --- a/libs/esl/php/Makefile +++ b/libs/esl/php/Makefile @@ -26,3 +26,4 @@ reswig: swigclean esl_wrap.cpp install: ESL.so cp ESL.so $(shell php-config --extension-dir) cp ESL.php $(shell php -r 'phpinfo();' | grep include_path | cut -d: -f2) + echo 'extension=ESL.so' > $(shell php-config --configure-options | tr " " "\n" | grep -- --with-config-file-scan-dir | cut -f2 -d=)/esl.ini