From cde291301b5c5e6236a70114934fc331ff0c01b3 Mon Sep 17 00:00:00 2001 From: "V.Krishn" Date: Thu, 20 Nov 2014 20:43:33 +0000 Subject: 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/ --- testing/php-phalcon/10.cphalcon.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testing/php-phalcon/10.cphalcon.patch (limited to 'testing/php-phalcon/10.cphalcon.patch') diff --git a/testing/php-phalcon/10.cphalcon.patch b/testing/php-phalcon/10.cphalcon.patch new file mode 100644 index 0000000000..f928bc70e4 --- /dev/null +++ b/testing/php-phalcon/10.cphalcon.patch @@ -0,0 +1,13 @@ +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 ++ -- cgit v1.2.3