mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
Merge "BuildSystem: Enable IMAP storage on OpenBSD."
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -21858,7 +21858,7 @@ rm -f core conftest.err conftest.$ac_objext \
|
|||||||
conftest$ac_exeext conftest.$ac_ext
|
conftest$ac_exeext conftest.$ac_ext
|
||||||
else #looking in imap directory didn't work, try c-client
|
else #looking in imap directory didn't work, try c-client
|
||||||
imap_ldflags=""
|
imap_ldflags=""
|
||||||
imap_libs="-lc-client"
|
imap_libs="-lcrypto -lssl -lc-client"
|
||||||
imap_include="-DUSE_SYSTEM_CCLIENT"
|
imap_include="-DUSE_SYSTEM_CCLIENT"
|
||||||
CPPFLAGS="${saved_cppflags}"
|
CPPFLAGS="${saved_cppflags}"
|
||||||
LIBS="${saved_libs}"
|
LIBS="${saved_libs}"
|
||||||
|
@@ -1980,7 +1980,7 @@ if test "${USE_IMAP_TK}" != "no"; then
|
|||||||
)
|
)
|
||||||
else #looking in imap directory didn't work, try c-client
|
else #looking in imap directory didn't work, try c-client
|
||||||
imap_ldflags=""
|
imap_ldflags=""
|
||||||
imap_libs="-lc-client"
|
imap_libs="-lcrypto -lssl -lc-client"
|
||||||
imap_include="-DUSE_SYSTEM_CCLIENT"
|
imap_include="-DUSE_SYSTEM_CCLIENT"
|
||||||
CPPFLAGS="${saved_cppflags}"
|
CPPFLAGS="${saved_cppflags}"
|
||||||
LIBS="${saved_libs}"
|
LIBS="${saved_libs}"
|
||||||
|
Reference in New Issue
Block a user