diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2009-10-15 18:45:17 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2009-10-15 18:45:17 (GMT) |
commit | 4486bc35bc112acb5f86be299599fb9ea72ed78d (patch) | |
tree | 3fa5623e4fbb48cf3e9920cf8ffa24e6a0db3646 | |
parent | 94cb1c465bef858be6b2e2905fbd227f7902cefc (diff) | |
download | hdf5-4486bc35bc112acb5f86be299599fb9ea72ed78d.zip hdf5-4486bc35bc112acb5f86be299599fb9ea72ed78d.tar.gz hdf5-4486bc35bc112acb5f86be299599fb9ea72ed78d.tar.bz2 |
[svn-r17650] Maintenance: Brought changes back from trunk
Platforms tested: linew (trivial change)
-rw-r--r-- | config/solaris2.x | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/config/solaris2.x b/config/solaris2.x index f5a4df1..42cb699 100644 --- a/config/solaris2.x +++ b/config/solaris2.x @@ -56,8 +56,7 @@ if test "X-" = "X-$cc_flags_set"; then && PROD_CFLAGS="`echo $PROD_CFLAGS | sed -e 's/-O//'`" fi -# Add socket lib for the Stream Virtual File Driver -LIBS="$LIBS -lsocket" +LIBS="$LIBS" # The default Fortran 90 compiler @@ -69,8 +68,8 @@ if test "X-" = "X-$f9x_flags_set"; then F9XSUFFIXFLAG="" FSEARCH_DIRS="" H5_FCFLAGS="$H5_FCFLAGS" - DEBUG_FCFLAGS="" - PROD_FCFLAGS="" + DEBUG_FCFLAGS="-g" + PROD_FCFLAGS="-02" PROFILE_FCFLAGS="" f9x_flags_set=yes fi |