mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Configurations/10-main.conf: omit redundant -lresolv from Solaris configs.
GH#2816 Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
3e49ee23ea
commit
8cfc21f53a
@ -179,7 +179,7 @@ sub vms_info {
|
||||
inherit_from => [ "BASE_unix" ],
|
||||
template => 1,
|
||||
cflags => "-DFILIO_H",
|
||||
ex_libs => add("-lresolv -lsocket -lnsl -ldl"),
|
||||
ex_libs => add("-lsocket -lnsl -ldl"),
|
||||
dso_scheme => "dlfcn",
|
||||
thread_scheme => "pthreads",
|
||||
shared_target => "solaris-shared",
|
||||
|
Loading…
Reference in New Issue
Block a user