[Asterisk-code-review] BuildSystem: Enable IMAP storage on OpenBSD. (asterisk[13])
Alexander Traud
asteriskteam at digium.com
Fri Feb 16 06:42:29 CST 2018
Alexander Traud has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/28/8228/1
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: newchange
Gerrit-Change-Id: Ifb6b614acb251b695b9417d76510e73eb335b679
Gerrit-Change-Number: 8228
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/9062ff7b/attachment.html>
More information about the asterisk-code-review
mailing list