]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Do not link with -lcrypto under NO_OPENSSL
authorJunio C Hamano <gitster@pobox.com>
Wed, 8 Dec 2010 22:54:13 +0000 (14:54 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Dec 2010 22:54:13 +0000 (14:54 -0800)
commit5b02b9baf728f6155e2996e5945e07f2e1a57b05
tree37c4c32def1d8c24a07aea361c867e134107a2a1
parentf34e9edc7bbb41c52ff6a17dbffbef3d4979ee25
Do not link with -lcrypto under NO_OPENSSL

With 401857c (imap-send: link against libcrypto for HMAC and others,
2010-11-24) we started linking imap-send unconditionally with -lcrypto by
mistake; disable this when we are building under NO_OPENSSL.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile