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

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


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


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/29/8229/1

diff --git a/configure b/configure
index 63d4db0..426f7a4 100755
--- a/configure
+++ b/configure
@@ -21925,7 +21925,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 b7d0158..72778e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1982,7 +1982,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/8229
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 15
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifb6b614acb251b695b9417d76510e73eb335b679
Gerrit-Change-Number: 8229
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/83adc9db/attachment-0001.html>


More information about the asterisk-code-review mailing list