From 8cfc21f53af5187497a8567bb2801c36472d7016 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Wed, 1 Mar 2017 21:40:02 +0100 Subject: [PATCH] Configurations/10-main.conf: omit redundant -lresolv from Solaris configs. GH#2816 Reviewed-by: Rich Salz Reviewed-by: Richard Levitte --- Configurations/10-main.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index 59234a8a58..91dd65f6e1 100644 --- 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("-lresolv -lsocket -lnsl -ldl"), + ex_libs => add("-lsocket -lnsl -ldl"), dso_scheme => "dlfcn", thread_scheme => "pthreads", shared_target => "solaris-shared", -- 2.25.1