aports/testing/php-phalcon/10.cphalcon.patch
V.Krishn cde291301b testing/php-phalcon: new aport
Phalcon is a web framework implemented as a C extension
 offering high performance and lower resource consumption.
http://phalconphp.com/en/
2014-11-21 07:34:15 +00:00

14 lines
637 B
Diff

diff --git a/build/install b/build/install
index a0bc399..514bce7 100755
--- a/build/install
+++ b/build/install
@@ -61,4 +61,7 @@ if [ -f Makefile ]; then
fi
#Perform the compilation
-phpize && ./configure --enable-phalcon && make && make install && echo -e "\nThanks for compiling Phalcon!\nBuild succeed: Please restart your web server to complete the installation"
+# phpize && ./configure --enable-phalcon && make && make install && echo -e "\nThanks for compiling Phalcon!\nBuild succeed: Please restart your web server to complete the installation"
+export PHALCONARCH="$DIR"
+phpize && ./configure --enable-phalcon && make
+