summaryrefslogtreecommitdiffstats
path: root/main/php-phalcon/10.cphalcon.patch
blob: f928bc70e450a34306dd7a6bbc20ad6931a8c21d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
+