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:
50e34aa
)
correct name of GNU shared libraries
author
Roumen Petrov
<openssl@roumenpetrov.info>
Tue, 23 Feb 2016 19:34:16 +0000
(21:34 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 23 Feb 2016 21:02:46 +0000
(22:02 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Makefile.shared
patch
|
blob
|
history
diff --git
a/Makefile.shared
b/Makefile.shared
index 313de4e02f141139a67a8e48ff8c2fc91f89d2de..5100b5d8b291739c59ae3adbe28bad367126f670 100644
(file)
--- a/
Makefile.shared
+++ b/
Makefile.shared
@@
-171,7
+171,7
@@
DO_GNU_DSO=\
$(DO_GNU_SO_COMMON)
DO_GNU_SO=\
$(CALC_VERSIONS); \
- SHLIB=lib$
$SHLIB
; \
+ SHLIB=lib$
(LIBNAME).so
; \
ALLSYMSFLAGS='-Wl,--whole-archive'; \
NOALLSYMSFLAGS='-Wl,--no-whole-archive'; \
$(DO_GNU_SO_COMMON)