From 55bd85f6e531e230958e635b7bebee08b2b3db93 Mon Sep 17 00:00:00 2001 From: Thomas Radke Date: Fri, 15 Sep 2000 06:17:07 -0500 Subject: [svn-r2554] Purpose: Add the socket library to make's LIBS variable. Description: The socket library is needed to build HDF5 with the Stream VFD. Platforms: Solaris --- config/solaris2.x | 1 + 1 file changed, 1 insertion(+) diff --git a/config/solaris2.x b/config/solaris2.x index 597a17c..c1a4e88 100644 --- a/config/solaris2.x +++ b/config/solaris2.x @@ -18,6 +18,7 @@ fi # Try solaris native compiler flags if test "X-" = "X-$cc_flags_set"; then CFLAGS="-erroff=%none" + LIBS="$LIBS -lsocket" DEBUG_CFLAGS=-g DEBUG_CPPFLAGS= PROD_CFLAGS="-O -s" -- cgit v0.12