mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merge "BuildSystem: Enable IMAP storage on openSUSE and Arch Linux."
This commit is contained in:
@@ -1864,7 +1864,7 @@ if test "${USE_IMAP_TK}" != "no"; then
|
||||
CPPFLAGS="${saved_cppflags}"
|
||||
LIBS="${saved_libs}"
|
||||
imap_ldflags=""
|
||||
imap_libs="-lc-client"
|
||||
imap_libs="-lcrypto -lssl -lc-client"
|
||||
imap_include="-DUSE_SYSTEM_IMAP" #Try the imap directory first
|
||||
CPPFLAGS="${CPPFLAGS} ${imap_include}"
|
||||
LIBS="${LIBS} ${imap_libs} "`echo ${imap_ldflags}`
|
||||
|
Reference in New Issue
Block a user