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:
654f7f6
)
Configurations/10-main.conf: omit redundant -lresolv from Solaris configs.
author
Andy Polyakov
<appro@openssl.org>
Wed, 1 Mar 2017 20:40:02 +0000
(21:40 +0100)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 2 Mar 2017 16:00:46 +0000
(17:00 +0100)
GH#2816
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(cherry picked from commit
8cfc21f53af5187497a8567bb2801c36472d7016
)
Configurations/10-main.conf
patch
|
blob
|
history
diff --git
a/Configurations/10-main.conf
b/Configurations/10-main.conf
index 985220fee8355c8bc47c4a698dabd8f3244614e0..39b89e7e98a002b2aec80b93acb35cf5f8bf47e0 100644
(file)
--- a/
Configurations/10-main.conf
+++ b/
Configurations/10-main.conf
@@
-179,7
+179,7
@@
sub vms_info {
inherit_from => [ "BASE_unix" ],
template => 1,
cflags => "-DFILIO_H",
- ex_libs => add("-l
resolv -l
socket -lnsl -ldl"),
+ ex_libs => add("-lsocket -lnsl -ldl"),
dso_scheme => "dlfcn",
thread_scheme => "pthreads",
shared_target => "solaris-shared",