aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/build.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/build.sh b/src/build.sh
index c0eef9e..f853ecc 100755
--- a/src/build.sh
+++ b/src/build.sh
@@ -29,8 +29,6 @@ DONE_FILE=${SCRATCH_BUILD}/done/${THORN}
FFTW3_DIR=${INSTALL_DIR}
# Set up environment
-# export LDFLAGS="$(echo $LDFLAGS $(for libdir in $LIBDIRS; do echo '' ${LIBDIR_PREFIX}$libdir ${RUNDIR_PREFIX}$libdir; done | sed -e 's/ ${LIBDIR_PREFIX}-/ -/g;s/ ${RUNDIR_PREFIX}-/ -/g'))"
-# export LIBS="$(echo $(for lib in $LIBS; do echo '' -l$lib ''; done | sed -e 's/ -l-/ -/g;s/ -lfftw3 / /g'))"
export LIBS='-lm'
unset RPATH
if echo '' ${ARFLAGS} | grep 64 >/dev/null 2>&1; then