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:
3e49ee2
)
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 15:29:57 +0000
(16:29 +0100)
GH#2816
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Configurations/10-main.conf
patch
|
blob
|
history
diff --git
a/Configurations/10-main.conf
b/Configurations/10-main.conf
index 59234a8a5822402e0c56b2398bf9f5c477154850..91dd65f6e18972e8b85ae55a72d299b5e2a33fcc 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",