[Asterisk-code-review] BuildSystem: Enable IMAP storage on OpenBSD. (asterisk[13])
Jenkins2
asteriskteam at digium.com
Mon Feb 19 18:20:01 CST 2018
Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/8228 )
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 e03ae11..126b7f8 100755
--- a/configure
+++ b/configure
@@ -21666,7 +21666,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 bb432a8..abe0803 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1948,7 +1948,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/8228
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-MessageType: merged
Gerrit-Change-Id: Ifb6b614acb251b695b9417d76510e73eb335b679
Gerrit-Change-Number: 8228
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/08d8493b/attachment.html>
More information about the asterisk-code-review
mailing list