summaryrefslogtreecommitdiffstats
path: root/config/solaris2.x
diff options
context:
space:
mode:
authorThomas Radke <tradke@aei.mpg.de>2000-09-15 11:17:07 (GMT)
committerThomas Radke <tradke@aei.mpg.de>2000-09-15 11:17:07 (GMT)
commit55bd85f6e531e230958e635b7bebee08b2b3db93 (patch)
tree7f32af81427ded2bd6d3dc4a82f6f2028c2eaa0f /config/solaris2.x
parenta8932fbddcb0a0920aa5262b7a9390662ebae623 (diff)
downloadhdf5-55bd85f6e531e230958e635b7bebee08b2b3db93.zip
hdf5-55bd85f6e531e230958e635b7bebee08b2b3db93.tar.gz
hdf5-55bd85f6e531e230958e635b7bebee08b2b3db93.tar.bz2
[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
Diffstat (limited to 'config/solaris2.x')
-rw-r--r--config/solaris2.x1
1 files changed, 1 insertions, 0 deletions
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"