Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 19 years ago
parent
commit
68311bac5e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      package/alessandro/php/php.conf

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

@ -26,6 +26,7 @@ var_append extraconfopt " " "--with-apxs2=$root/opt/apache/sbin/apxs"
var_append extraconfopt " " "--with-zlib --with-bz2"
pkginstalled libjpeg && var_append extraconfopt " " "--with-jpeg-dir"
pkginstalled libpng && var_append extraconfopt " " "--with-png-dir"
pkginstalled gettext && var_append extraconfopt " " "--with-gettext"
if [ "$ROCKCFG_PKG_PHP_mysql" == 1 ] ; then
if [ "$ROCKCFG_PKG_PHP_FORCESHARED" -eq 1 ]; then

Loading…
Cancel
Save