From fd2941c8bded64d80e4953c718e675052dac32cb Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 22 Jan 2018 16:53:23 +0100 Subject: [PATCH] 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/5134) --- Configurations/unix-Makefile.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index 6f33fcbd82..f5c1014cc6 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -760,7 +760,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: -- 2.25.1