diff options
| author | V.Krishn <vkrishn4@gmail.com> | 2014-11-20 20:43:33 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-11-21 07:34:15 +0000 |
| commit | cde291301b5c5e6236a70114934fc331ff0c01b3 (patch) | |
| tree | 0d384436d8fba8376b4f632827a80a1a0bb113a0 /testing/php-phalcon/10.cphalcon.patch | |
| parent | 77562b884d9577740d56357b69a84303bb5be7ab (diff) | |
| download | aports-cde291301b5c5e6236a70114934fc331ff0c01b3.tar.bz2 aports-cde291301b5c5e6236a70114934fc331ff0c01b3.tar.xz | |
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/
Diffstat (limited to 'testing/php-phalcon/10.cphalcon.patch')
| -rw-r--r-- | testing/php-phalcon/10.cphalcon.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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 ++ |
