diff --git a/lalapps/src/pulsar/hough/src2/EinsteinAtHome/eah_build2.sh b/lalapps/src/pulsar/hough/src2/EinsteinAtHome/eah_build2.sh index f44c53dd9288e0457ab46a0075de40aa83b8ff4a..988e8fc26abb6d23d90cb55bbb93bf7d9bcd9933 100755 --- a/lalapps/src/pulsar/hough/src2/EinsteinAtHome/eah_build2.sh +++ b/lalapps/src/pulsar/hough/src2/EinsteinAtHome/eah_build2.sh @@ -254,7 +254,7 @@ else if [ ".$release" = ".true" ]; then CPPFLAGS="-DEXT_STACKTRACE -I$INSTALL/include/bfd $CPPFLAGS" export RELEASE_DEPS="erp_execinfo_plus.o libstdc++.a libz.a" - export RELEASE_LDADD="erp_execinfo_plus.o -lbfd -liberty" + export RELEASE_LDADD="erp_execinfo_plus.o -lbfd -liberty /lib/libgcc_s.so.1" build_binutils=true enable_linux_compatibility_workarounds=true fi ;;