projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f321cc
)
Don't add $(EX_LIBS) to libssl.pc's Libs.private
author
Richard Levitte
<levitte@openssl.org>
Mon, 22 Jan 2018 15:53:23 +0000
(16:53 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 23 Jan 2018 12:57:58 +0000
(13:57 +0100)
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
patch
|
blob
|
history
diff --git
a/Configurations/unix-Makefile.tmpl
b/Configurations/unix-Makefile.tmpl
index 454aff3ccface96c86dca8f4cad7ea3c3d55b3aa..a1ef7e6e93e097f4a5784a601f178f7330dcf544 100644
(file)
--- 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: