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:
fcd2ac8
)
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:55:48 +0000
(13:55 +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/5134)
Configurations/unix-Makefile.tmpl
patch
|
blob
|
history
diff --git
a/Configurations/unix-Makefile.tmpl
b/Configurations/unix-Makefile.tmpl
index 6f33fcbd8284a817f9b5aa7f8ab717fbddc5dcbe..f5c1014cc64701f3aa768881887f410f7fa75338 100644
(file)
--- 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: