Restore the use of LDCMD when linking applications
authorRichard Levitte <levitte@openssl.org>
Sun, 17 Dec 2017 11:56:24 +0000 (12:56 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 18 Dec 2017 06:48:45 +0000 (07:48 +0100)
commitb903fb604a9759a54f02e3675fcec2a0e571e3c0
tree44731f0ee59c5cafd1e59e1362fe4e5d8a0ac333
parenta93ccf91588163528d475bf9714f24e6e765172a
Restore the use of LDCMD when linking applications

It is a hack, but it existed in the recently removed Makefile.shared,
and its use is documented in fuzz/README.md, so we cannot drop it now.

Fixes https://github.com/google/oss-fuzz/issues/1037

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4947)
Configurations/unix-Makefile.tmpl