diff options
author | Brian Gernhardt <brian@gernhardtsoftware.com> | 2009-09-08 09:54:38 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-09-10 10:22:05 -0700 |
commit | 0460dba4b4c47ac0b11ccb85b319792280422bc9 (patch) | |
tree | b0ed8423d5fe6966b70b2f9732a993e8fb8cb341 /contrib | |
parent | aaa68dd50f7b4226fdfdfbbe8bbb2dfd9a9e6d66 (diff) | |
download | git-0460dba4b4c47ac0b11ccb85b319792280422bc9.tar.gz |
Makefile: Add NEEDS_CRYPTO_WITH_SSL
The Makefile comment for NEEDS_SSL_WITH_CRYPTO says to define it "if
you need -lcrypto with -lssl (Darwin)." However, what it actually
does is add -lssl when you use -lcrypto and not the other way around.
However, libcrypto contains a majority of the ERR_* functions from
OpenSSL (at least on OS X) so we need it both ways.
So, add NEEDS_CRYPTO_WITH_SSL which adds -lcrypto to the OpenSSL link
flags and clarify the difference between it and NEEDS_SSL_WITH_CRYPTO.
Signed-off-by: Brian Gernhardt <brian@gernhardtsoftware.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib')
0 files changed, 0 insertions, 0 deletions