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

Jenkins2 asteriskteam at digium.com
Mon Feb 19 18:18:59 CST 2018


Jenkins2 has submitted this change and it was merged. ( 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(-)

Approvals:
  Joshua Colp: Looks good to me, but someone else must approve
  Kevin Harwell: Looks good to me, approved
  Jenkins2: Approved for Submit



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: merged
Gerrit-Change-Id: Ifb6b614acb251b695b9417d76510e73eb335b679
Gerrit-Change-Number: 8229
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180219/db41a422/attachment.html>


More information about the asterisk-code-review mailing list