Don't add $(EX_LIBS) to libssl.pc's Libs.private
authorRichard Levitte <levitte@openssl.org>
Mon, 22 Jan 2018 15:53:23 +0000 (16:53 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 23 Jan 2018 12:55:48 +0000 (13:55 +0100)
commitfd2941c8bded64d80e4953c718e675052dac32cb
tree0184fc2c76a3070fd1e3f24dba05a1219990419e
parentfcd2ac80cfcef391c5227a2f773ea9ad9248493b
Don't add $(EX_LIBS) to libssl.pc's Libs.private

Since libssl requires libcrypto and libcrypto.pc already has
Libs.private set exactly the same, there's no reason to repeat it in
libssl.pc.

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/5134)
Configurations/unix-Makefile.tmpl