From: Richard Levitte Date: Mon, 22 Jan 2018 15:53:23 +0000 (+0100) Subject: Don't add $(EX_LIBS) to libssl.pc's Libs.private X-Git-Tag: OpenSSL_1_1_0h~114 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0a05bbf8f434ba9df8c647e5475ff02997a83e0c;p=oweals%2Fopenssl.git 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 (Merged from https://github.com/openssl/openssl/pull/5135) --- diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index 454aff3ccf..a1ef7e6e93 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -721,7 +721,6 @@ libssl.pc: echo 'Version: '$(VERSION); \ echo 'Requires.private: libcrypto'; \ echo 'Libs: -L$${libdir} -lssl'; \ - echo 'Libs.private: $(EX_LIBS)'; \ echo 'Cflags: -I$${includedir}' ) > libssl.pc openssl.pc: