]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Link with -lcrypto instead of -lssl when using openssl libraries.
authorJunio C Hamano <junkio@cox.net>
Tue, 10 May 2005 20:25:27 +0000 (13:25 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 10 May 2005 20:25:27 +0000 (13:25 -0700)
commit3be4b61aa4ffb54a42c717772518b2a14b1e352b
tree5f78032140a8075e8984fd437cdbe14f7f0113a3
parentb4635be7c9e0855a29609d8171fc9ff27db573ee
Link with -lcrypto instead of -lssl when using openssl libraries.

Mark Allen had trouble with building GIT on his Darwin and
posted a patch to link with -lcrypto instead of -lssl on Darwin.
Later Daniel Barkalow suggested to change it for everybody who
uses openssl, because the relevant functionality is in -lcrypto
not in -lssl, and the current linking happens to work only
because -lssl pulls in -lcrypto.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile