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:
28a55a8
)
Solaris DSOs were still named libFOO.so, fixed
author
Richard Levitte
<levitte@openssl.org>
Wed, 24 Feb 2016 00:45:25 +0000
(
01:45
+0100)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 25 Feb 2016 13:50:29 +0000
(14:50 +0100)
Reviewed-by: Andy Polyakov <appro@openssl.org>
Makefile.shared
patch
|
blob
|
history
diff --git
a/Makefile.shared
b/Makefile.shared
index 5100b5d8b291739c59ae3adbe28bad367126f670..2e9f3f5954e29655493dbf765c40b9057ab867cc 100644
(file)
--- a/
Makefile.shared
+++ b/
Makefile.shared
@@
-360,7
+360,7
@@
link_dso.solaris:
$(DO_GNU_DSO); \
else \
$(CALC_VERSIONS); \
- SHLIB=
lib
$(LIBNAME).so; \
+ SHLIB=$(LIBNAME).so; \
SHLIB_SUFFIX=; \
ALLSYMSFLAGS=""; \
NOALLSYMSFLAGS=""; \