From 5287776deadd8724878d0d20fdc50e720e18d5cb Mon Sep 17 00:00:00 2001 From: "Andreas V. 'netrunner' Meier" Date: Wed, 16 Feb 2005 15:41:06 +0000 Subject: [PATCH] Andreas V. Meier: add some features to php: DCOM xml, ssl, imap [2005012915240103580] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5619 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/alessandro/php/php.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package/alessandro/php/php.conf b/package/alessandro/php/php.conf index 8713bfcc4..9c668831e 100644 --- a/package/alessandro/php/php.conf +++ b/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'