Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14799] Latest php 5.2.6 change does not build IMAP with SSL

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 14799] Latest php 5.2.6 change does not build IMAP with SSL
  • Date: 8 Oct 2008 07:19:37 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=14799





--- Comment #1 from Eric Sandall <sandalle AT sourcemage.org> 2008-10-08
02:19:37 ---
Ahh :)

diff --git a/php-pear/php/BUILD b/php-pear/php/BUILD
index a368c6e..f7f7218 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) &&


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page