summaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-01-22 16:53:23 +0100
committerRichard Levitte <levitte@openssl.org>2018-01-23 13:55:48 +0100
commitfd2941c8bded64d80e4953c718e675052dac32cb (patch)
tree0184fc2c76a3070fd1e3f24dba05a1219990419e /Configurations
parentfcd2ac80cfcef391c5227a2f773ea9ad9248493b (diff)
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)
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/unix-Makefile.tmpl1
1 files changed, 0 insertions, 1 deletions
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: