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:57:58 +0000 (13:57 +0100)
commit0a05bbf8f434ba9df8c647e5475ff02997a83e0c
treeda6309666625f5f9a932213ec88c19fea0c2f275
parent4f321cc19e28442e313b6915a1b9928e77a75ab7
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/5135)
Configurations/unix-Makefile.tmpl