Browse Source

Daniel Jahre:


			
			
				rocklinux
			
			
		
Daniel Jahre 18 years ago
parent
commit
14b5cf12ac
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      package/alessandro/php/config.in
  2. +1
    -0
      package/alessandro/php/php.conf

+ 1
- 0
package/alessandro/php/config.in

@ -54,6 +54,7 @@ if pkgcheck php X ; then
bool "Build PHP with mcrypt support" ROCKCFG_PKG_PHP_mcrypt 0
bool "Build PHP with mhash support" ROCKCFG_PKG_PHP_mhash 0
bool "Build PHP with SOAP support" ROCKCFG_PKG_PHP_soap 0
menu_end
fi

+ 1
- 0
package/alessandro/php/php.conf

@ -50,6 +50,7 @@ fi
[ "$ROCKCFG_PKG_PHP_mcrypt" == 1 ] && var_append extraconfopt " " "--with-mcrypt"
[ "$ROCKCFG_PKG_PHP_mcrypt" == 1 ] && var_append extraconfopt " " "--with-mhash"
[ "$ROCKCFG_PKG_PHP_libgd" == 1 ] && var_append extraconfopt " " "--with-gd"
[ "$ROCKCFG_PKG_PHP_soap" == 1 ] && var_append extraconfopt " " "--enable-soap"
[ "$ROCKCFG_PKG_PHP_imap" == 1 ] && var_append extraconfopt " " "--with-imap"
[ "$ROCKCFG_PKG_PHP_imap" == 1 -a "$ROCKCFG_PKG_PHP_openssl" == 1 ] && var_append extraconfopt " " "--with-imap-ssl" ;

Loading…
Cancel
Save