From ebf8e1962065fb9f16a6f6c76fa3c0d49d6e7193 Mon Sep 17 00:00:00 2001 From: Leon Timmermans Date: Sun, 4 Sep 2022 14:39:56 +0200 Subject: Explicitly add nsl to libswanted on Solaris 7e19816aa8661ce0e984742e2df11dd20dcdff18 removed it from the default list, but it is apparently still necessary on Solaris so we add it back in the hints file. --- hints/solaris_2.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hints') diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index 21bfc8756e..15928c7d6d 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -63,6 +63,10 @@ esac set `echo " $libswanted " | sed -e 's@ ld @ @' -e 's@ malloc @ @' -e 's@ ucb @ @' -e 's@ sec @ @' -e 's@ crypt @ @'` libswanted="$*" +# Add libnsl for networking support +set `echo " $libswanted " | sed -e 's@ inet @ inet nsl @'` +libswanted="$*" + # Look for architecture name. We want to suggest a useful default. case "$archname" in '') -- cgit v1.2.1