wok-current diff php/receipt @ rev 16535
linux-source: update deps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 28 07:52:49 2014 +0000 (2014-04-28) |
parents | 76c1f14d1820 |
children | 1a1b4f47c3d1 |
line diff
1.1 --- a/php/receipt Mon Mar 17 11:15:00 2014 +0000 1.2 +++ b/php/receipt Mon Apr 28 07:52:49 2014 +0000 1.3 @@ -59,10 +59,8 @@ 1.4 --with-pdo-mysql=shared \ 1.5 --with-pdo-pgsql=shared \ 1.6 --with-curl=shared \ 1.7 - --enable-sqlite-utf8 \ 1.8 --with-sqlite3=shared,/usr \ 1.9 - --with-sqlite=shared \ 1.10 - " ;; 1.11 + --enable-maintainer-zts" ;; 1.12 arm*) 1.13 BUILD_DEPENDS="sqlite-dev libxml2-dev zlib-dev curl-dev" 1.14 ARCH_ARGS="\ 1.15 @@ -95,7 +93,7 @@ 1.16 compile_rules() 1.17 { 1.18 sed -i 's/pam_start/pam_nostart/' configure 1.19 - ./configure $COMMON_ARGS $CONFIGURE_ARGS && \ 1.20 + ./configure $ARCH_ARGS $CONFIGURE_ARGS && \ 1.21 make $MAKEFLAGS && make -j1 INSTALL_ROOT=$DESTDIR install 1.22 ./configure $ARCH_ARGS $CONFIGURE_ARGS --with-apxs2=/usr/bin/apxs && \ 1.23 make $MAKEFLAGS && {