imap-send: use Apple's Security framework for base64 encoding
[gitweb.git] / Makefile
index 5e7cadf0173eb6ea5b02dbabedc527327b975fa4..dddf49bd6f9962f5c172e7e6706f193d77117fca 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1398,6 +1398,7 @@ ifdef PPC_SHA1
        LIB_H += ppc/sha1.h
 else
 ifdef APPLE_COMMON_CRYPTO
+       LIB_4_CRYPTO += -framework Security -framework CoreFoundation
        COMPAT_CFLAGS += -DCOMMON_DIGEST_FOR_OPENSSL
        SHA1_HEADER = <CommonCrypto/CommonDigest.h>
 else