aboutsummaryrefslogtreecommitdiffstats
path: root/main/php-phalcon/10.cphalcon.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-11-27 12:30:39 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-11-27 12:30:39 +0000
commit7ae13a584ef6550881df84e0290d866e9cbb7ab9 (patch)
treead2f76b536dbaee5e25e4c03a0b9307bff23256f /main/php-phalcon/10.cphalcon.patch
parent4ee899b79730ee14c412c757c646bae03f9f0b9e (diff)
downloadaports-7ae13a584ef6550881df84e0290d866e9cbb7ab9.tar.bz2
aports-7ae13a584ef6550881df84e0290d866e9cbb7ab9.tar.xz
main/php-phalcon: move from testing
Diffstat (limited to 'main/php-phalcon/10.cphalcon.patch')
-rw-r--r--main/php-phalcon/10.cphalcon.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/main/php-phalcon/10.cphalcon.patch b/main/php-phalcon/10.cphalcon.patch
new file mode 100644
index 0000000000..f928bc70e4
--- /dev/null
+++ b/main/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
++