From 58aa0d1014027eee189be282f3732ddceea49693 Mon Sep 17 00:00:00 2001 From: Alexander Traud Date: Fri, 16 Feb 2018 13:41:35 +0100 Subject: [PATCH] BuildSystem: Enable IMAP storage on OpenBSD. ASTERISK-27681 Reported by: Stuart Henderson Change-Id: Ifb6b614acb251b695b9417d76510e73eb335b679 --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index e03ae113b0..126b7f8915 100755 --- a/configure +++ b/configure @@ -21666,7 +21666,7 @@ rm -f core conftest.err conftest.$ac_objext \ 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 bb432a84d0..abe0803944 100644 --- a/configure.ac +++ b/configure.ac @@ -1948,7 +1948,7 @@ if test "${USE_IMAP_TK}" != "no"; then ) 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}"