[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
This commit is contained in:
Thomas Radke 2000-09-15 06:17:07 -05:00
parent a8932fbddc
commit 55bd85f6e5

View File

@ -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"