From: Mathieu Rene Date: Mon, 30 Aug 2010 14:56:11 +0000 (-0400) Subject: really? don't scrap my php config X-Git-Tag: v1.2-rc1~433 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99b3d675bb475055b7802f85344a2265282c960a;p=thirdparty%2Ffreeswitch.git really? don't scrap my php config --- diff --git a/libs/esl/php/Makefile b/libs/esl/php/Makefile index 3095ea2d29..44fdd22dae 100644 --- a/libs/esl/php/Makefile +++ b/libs/esl/php/Makefile @@ -27,4 +27,4 @@ reswig: swigclean esl_wrap.cpp install: ESL.so cp ESL.so $(shell php-config --extension-dir) cp ESL.php $(shell php -r 'echo ini_get("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 + echo 'extension=ESL.so' >> $(shell php-config --configure-options | tr " " "\n" | grep -- --with-config-file-scan-dir | cut -f2 -d=)/esl.ini