[Asterisk-code-review] BuildSystem: Enable IMAP storage on OpenBSD. (asterisk[master])

Alexander Traud asteriskteam at digium.com
Fri Feb 16 06:42:48 CST 2018


Alexander Traud has uploaded this change for review. ( https://gerrit.asterisk.org/8227


Change subject: BuildSystem: Enable IMAP storage on OpenBSD.
......................................................................

BuildSystem: Enable IMAP storage on OpenBSD.

ASTERISK-27681
Reported by: Stuart Henderson

Change-Id: Ifb6b614acb251b695b9417d76510e73eb335b679
---
M configure
M configure.ac
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/27/8227/1

diff --git a/configure b/configure
index 0f97728..fc0d4ad 100755
--- a/configure
+++ b/configure
@@ -21968,7 +21968,7 @@
     conftest$ac_exeext conftest.$ac_ext
 		else #looking in imap directory didn't work, try c-client
 			imap_ldflags=""
-			imap_libs="-lc-client"
+			imap_libs="-lcrypto -lssl -lc-client"
 			imap_include="-DUSE_SYSTEM_CCLIENT"
 			CPPFLAGS="${saved_cppflags}"
 			LIBS="${saved_libs}"
diff --git a/configure.ac b/configure.ac
index cef28f5..f22174f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1979,7 +1979,7 @@
 			)
 		else #looking in imap directory didn't work, try c-client
 			imap_ldflags=""
-			imap_libs="-lc-client"
+			imap_libs="-lcrypto -lssl -lc-client"
 			imap_include="-DUSE_SYSTEM_CCLIENT"
 			CPPFLAGS="${saved_cppflags}"
 			LIBS="${saved_libs}"

-- 
To view, visit https://gerrit.asterisk.org/8227
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifb6b614acb251b695b9417d76510e73eb335b679
Gerrit-Change-Number: 8227
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180216/36441d4a/attachment.html>


More information about the asterisk-code-review mailing list