Merge "BuildSystem: Enable IMAP storage on OpenBSD." into 13

This commit is contained in:
Jenkins2
2018-02-19 18:20:00 -06:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -1950,7 +1950,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}"