author | Diego Elio Pettenò <flameeyes@gmail.com> | |
Wed, 24 Nov 2010 20:03:53 +0000 (21:03 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 24 Nov 2010 20:23:48 +0000 (12:23 -0800) | ||
commit | 401857c4c641a73e7fb78d26a9c2ad6eb316b739 | |
tree | 1f5b5b96539d59d63c19e9202480ab4eeaf39c70 | tree | snapshot |
parent | 83acaaec12fcf33e605f441216ecc91c81b90449 | commit | diff |
imap-send: link against libcrypto for HMAC and others
When using stricter linkers, such as GNU gold or Darwin ld, transitive
dependencies are not counted towards symbol resolution. If we don't link
imap-send to libcrypto, we'll have undefined references to the HMAC_*,
EVP_* and ERR_* functions families.
Signed-off-by: Diego Elio Pettenò <flameeyes@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
When using stricter linkers, such as GNU gold or Darwin ld, transitive
dependencies are not counted towards symbol resolution. If we don't link
imap-send to libcrypto, we'll have undefined references to the HMAC_*,
EVP_* and ERR_* functions families.
Signed-off-by: Diego Elio Pettenò <flameeyes@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | diff | blob | history |