Configurations/10-main.conf: omit redundant -lresolv from Solaris configs.
authorAndy Polyakov <appro@openssl.org>
Wed, 1 Mar 2017 20:40:02 +0000 (21:40 +0100)
committerAndy 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

index 985220fee8355c8bc47c4a698dabd8f3244614e0..39b89e7e98a002b2aec80b93acb35cf5f8bf47e0 100644 (file)
@@ -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",