aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@fb53df36-e548-4a1e-8150-ab98cbd5e786>2010-11-24 02:52:44 +0000
committereschnett <eschnett@fb53df36-e548-4a1e-8150-ab98cbd5e786>2010-11-24 02:52:44 +0000
commit398e7dcadffbab067528106d31dd130deea06c9d (patch)
tree83774daff9d96d34c53cc90bb1ee17fc358eb0dd
parent61131b81657674f60b3305b985e46a9385cc3d2d (diff)
Export LDFLAGS while building
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@27 fb53df36-e548-4a1e-8150-ab98cbd5e786
-rw-r--r--HDF5.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/HDF5.sh b/HDF5.sh
index 01f5981..f800573 100644
--- a/HDF5.sh
+++ b/HDF5.sh
@@ -97,6 +97,7 @@ if [ -z "${HDF5_DIR}" -o "${HDF5_DIR}" = 'BUILD' ]; then
export FC="${F90}"
export FCFLAGS="${F90FLAGS}"
fi
+ export LDFLAGS
unset LIBS
if echo '' ${ARFLAGS} | grep 64 > /dev/null 2>&1; then
export OBJECT_MODE=64