|
|
|
@ -20,16 +20,19 @@ |
|
|
|
# |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
if pkgcheck php X |
|
|
|
then |
|
|
|
if pkgcheck php X ; then |
|
|
|
menu_begin MENU_PKG_PHP 'PHP Package Options' |
|
|
|
bool 'Force usage of shared modules' ROCKCFG_PKG_PHP_FORCESHARED 0 |
|
|
|
bool 'Build PHP with Mysql support' ROCKCFG_PKG_PHP_mysql 0 |
|
|
|
for xpkg in postgresql openldap openssl ; do |
|
|
|
if pkgcheck $xpkg X ; then |
|
|
|
bool "Build PHP with $xpkg support" ROCKCFG_PKG_PHP_$xpkg 0 |
|
|
|
fi |
|
|
|
if pkgcheck $xpkg X ; then |
|
|
|
bool "Build PHP with $xpkg support" ROCKCFG_PKG_PHP_$xpkg 0 |
|
|
|
fi |
|
|
|
done |
|
|
|
|
|
|
|
bool "Build PHP with mcrypt support" ROCKCFG_PKG_PHP_mcrypt 0 |
|
|
|
bool "Build PHP with gd support" ROCKCFG_PKG_PHP_gd 0 |
|
|
|
|
|
|
|
menu_end |
|
|
|
fi |
|
|
|
|