summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaka Kranjc2008-10-14 13:13:16 +0200
committerJaka Kranjc2008-10-14 13:13:16 +0200
commitf850136bf649c72306868dfffa407e28c8e3e04e (patch)
tree701f389caa32182b96441f1987f2f1f898975398
parent4be5e69e2c26da446169813d296cc465472b88e4 (diff)
php-pear/php: fix building of IMAP extension with SSL (Bug #14779)
(cherry-picked from commit 5022c97fbe5b95ee3cbab78819f8f4cce3d4a6cf)
-rwxr-xr-xphp-pear/php/BUILD2
-rw-r--r--php-pear/php/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/php-pear/php/BUILD b/php-pear/php/BUILD
index a368c6e14d..9a453e8997 100755
--- a/php-pear/php/BUILD
+++ b/php-pear/php/BUILD
@@ -8,7 +8,7 @@ if list_find "${OPTS}" "--enable-cgi" || list_find "${OPTS}" "--enable-fastcgi";
fi &&
# Setup SSL IMAP if desired
-if list_find "${OPTS}" "--with-imap"; then
+if list_find "${OPTS}" "--with-imap=${INSTALL_ROOT}/usr"; then
# Setup SSL IMAP if desired
local CCLIENT=$(get_spell_provider $SPELL C-CLIENT) &&
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index 57985687f9..df6bc8098e 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,6 @@
+2008-10-08 Elisamuel Resto <ryuji@sourcemage.org>
+ * BUILD: fix building of IMAP extension with SSL (Bug #14799)
+
2008-09-06 Elisamuel Resto <ryuji@sourcemage.org>
* DEPENDS: added tidy as a optional dependency