New commits:
commit 5022c97fbe5b95ee3cbab78819f8f4cce3d4a6cf
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>
php-pear/php: fix building of IMAP extension with SSL (Bug #14779)
diff --git a/php-pear/php/BUILD b/php-pear/php/BUILD
index a368c6e..9a453e8 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 5798568..df6bc80 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,6 @@
+2008-10-08 Elisamuel Resto <ryuji AT sourcemage.org>
+ * BUILD: fix building of IMAP extension with SSL (Bug #14799)
+
2008-09-06 Elisamuel Resto <ryuji AT sourcemage.org>
* DEPENDS: added tidy as a optional dependency
[SM-Commit] GIT changes to master grimoire by Elisamuel Resto (5022c97fbe5b95ee3cbab78819f8f4cce3d4a6cf),
Elisamuel Resto, 10/08/2008