wok rev 15365

php: enable-maintainer-zts, why do we need that ?
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 03 17:11:03 2013 +0000 (2013-10-03)
parents 73910552a828
children e5384ace4df2
files php/receipt
line diff
     1.1 --- a/php/receipt	Thu Oct 03 16:27:18 2013 +0000
     1.2 +++ b/php/receipt	Thu Oct 03 17:11:03 2013 +0000
     1.3 @@ -62,6 +62,7 @@
     1.4  --enable-sqlite-utf8 \
     1.5  --with-sqlite3=shared,/usr \
     1.6  --with-sqlite=shared \
     1.7 +--enable-maintainer-zts \
     1.8  "
     1.9  	sed -i 's/pam_start/pam_nostart/' configure
    1.10  	./configure $COMMON_ARGS $CONFIGURE_ARGS && \