|
@@ -122,7 +122,7 @@ libxml2:
|
|
|
|
|
|
php:
|
|
|
echo "php-5.6.40"
|
|
|
- cd php-5.6.40/;./configure --host=arm-linux-gnueabihf --prefix=$(shell pwd)/php-5.6.40/release --with-libxml-dir=$(shell pwd)/libxml2-2.7.6/release/ -with-config-file-path=/etc --enable-libxml --without-zlib --without-pear --enable-simplexml --disable-mbregex --enable-sockets --enable-fpm --disable-opcache --disable-all;cd ../
|
|
|
+ cd php-5.6.40/;./configure --host=arm-linux-gnueabihf --prefix=$(shell pwd)/php-5.6.40/release --with-libxml-dir=$(shell pwd)/libxml2-2.7.6/release/ -with-config-file-path=/etc --enable-json --enable-libxml --without-zlib --without-pear --enable-simplexml --disable-mbregex --enable-sockets --enable-fpm --disable-opcache --with-pcre-dir --with-sqlite3 --disable-all ;cd ../
|
|
|
make -C php-5.6.40 CC=$(CROSS_COMPILE)gcc clean
|
|
|
make -C php-5.6.40 CC=$(CROSS_COMPILE)gcc
|
|
|
make -C php-5.6.40 CC=$(CROSS_COMPILE)gcc install
|