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:
3ba8471
)
Add -lresolv to the Solaris ex_libs
author
Richard Levitte
<levitte@openssl.org>
Wed, 17 Feb 2016 23:07:54 +0000
(
00:07
+0100)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 17 Feb 2016 23:07:54 +0000
(
00:07
+0100)
The reason is that we use hstrerror() and other resolver functions.
Reporter: Erik Forsberg <erik@efca.com>
Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/10-main.conf
patch
|
blob
|
history
diff --git
a/Configurations/10-main.conf
b/Configurations/10-main.conf
index e07b926c895b00e255d753b66c4112a9894a6bf8..93d98ef0cc082d8a132c55bee0f1a3bcfe071237 100644
(file)
--- a/
Configurations/10-main.conf
+++ b/
Configurations/10-main.conf
@@
-39,7
+39,7
@@
"solaris-common" => {
template => 1,
cflags => "-DFILIO_H",
- ex_libs => "-lsocket -lnsl -ldl",
+ ex_libs => "-l
resolv -l
socket -lnsl -ldl",
dso_scheme => "dlfcn",
shared_target => "solaris-shared",
shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",