Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 20 years ago
parent
commit
5287776dea
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      package/alessandro/php/php.conf

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

@ -42,5 +42,13 @@ fi
[ "$ROCKCFG_PKG_PHP_mcrypt" = 1 ] && var_append extraconfopt " " "--with-mhash"
[ "$ROCKCFG_PKG_PHP_gd" = 1 ] && var_append extraconfopt " " "--with-gd"
pkginstalled courier-imap || pkginstalled bincimap && \
var_append extraconfopt " " "--with-imap" \
&& pkginstalled openssl && var_append extraconfopt " " "--with-imap-ssl"
pkginstalled libxml2 && var_append extraconfopt " " "--with-dom"
pkginstalled libxslt && var_append extraconfopt " " "--with-dom-xslt"
pkginstalled qt && var_append extraconfopt " " "--with-qtdom"
postmake='cp php.ini-* $docdir'

Loading…
Cancel
Save