Browse Source

php: enabled some extensions without dependencies.

user/amery/next/uclibc
Nagy Karoly Gabriel 13 years ago
parent
commit
47be7ad8a9
  1. 11
      develop/php/php.conf

11
develop/php/php.conf

@ -25,12 +25,11 @@ var_append confopt ' ' "--with-libdir=${libdir##*/}"
# global php.ini goes into sysconfdir # global php.ini goes into sysconfdir
var_append confopt ' ' "--with-config-file-path=$sysconfdir" var_append confopt ' ' "--with-config-file-path=$sysconfdir"
# sockets does not need any external lib. We have to enable it explicitly # --enable because no dependency
var_append confopt ' ' "--enable-sockets" # soap also needs --enable-libxml and --with-openssl
for x in sockets mbstring mbregex calendar bcmath soap; do
# mbstring is also selfcontained and nice to have around var_append confopt ' ' "--enable-${x}"
var_append confopt ' ' "--enable-mbstring" done
var_append confopt ' ' "--enable-mbregex"
for x in zlib bzip2:bz2 curl openssl libmhash:mhash gettext \ for x in zlib bzip2:bz2 curl openssl libmhash:mhash gettext \
libjpeg:jpeg-dir libpng:png-dir freetype1:ttf; do libjpeg:jpeg-dir libpng:png-dir freetype1:ttf; do

Loading…
Cancel
Save