From 51eca5dd874fa422dacf9b02e887728fd222fcdb Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 13 Nov 2017 12:11:31 -0500 Subject: [PATCH] Change sed strings for cryptest.sh --- TestScripts/cryptest.sh | 4 ++-- cryptest.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/TestScripts/cryptest.sh b/TestScripts/cryptest.sh index 2463e67e..32997024 100755 --- a/TestScripts/cryptest.sh +++ b/TestScripts/cryptest.sh @@ -1799,7 +1799,7 @@ if [[ "$HAVE_LD_LIBRARY_PATH" -ne "0" ]]; then rm -f adhoc.cpp > /dev/null 2>&1 # Create a new makefile based on the old one - "$SED" -e 's|\./libcryptopp.a|\./libcryptopp.so|g' -e 's|libcryptopp.a $(TESTOBJS)|libcryptopp.so $(TESTOBJS)|g' GNUmakefile > GNUmakefile.shared + "$SED" -e 's|\./libcryptopp.a|\./libcryptopp.so|g' -e 's|cryptest.exe: libcryptopp.a|cryptest.exe: libcryptopp.so|g' GNUmakefile > GNUmakefile.shared CXXFLAGS="$DEBUG_CXXFLAGS" DYN_MAKEARGS=("-f" "GNUmakefile.shared" "HAS_SOLIB_VERSION=0" "${MAKEARGS[@]}") @@ -1863,7 +1863,7 @@ if [[ "$HAVE_DYLD_LIBRARY_PATH" -ne "0" ]]; then rm -f adhoc.cpp > /dev/null 2>&1 # Create a new makefile based on the old one - "$SED" -e 's|\./libcryptopp.a|\./libcryptopp.dylib|g' -e 's|libcryptopp.a $(TESTOBJS)|libcryptopp.dylib $(TESTOBJS)|g' GNUmakefile > GNUmakefile.shared + "$SED" -e 's|\./libcryptopp.a|\./libcryptopp.dylib|g' -e 's|cryptest.exe: libcryptopp.a|cryptest.exe: libcryptopp.dylib|g' GNUmakefile > GNUmakefile.shared CXXFLAGS="$DEBUG_CXXFLAGS" DYN_MAKEARGS=("-f" "GNUmakefile.shared" "HAS_SOLIB_VERSION=0" "${MAKEARGS[@]}") diff --git a/cryptest.sh b/cryptest.sh index 2463e67e..32997024 100755 --- a/cryptest.sh +++ b/cryptest.sh @@ -1799,7 +1799,7 @@ if [[ "$HAVE_LD_LIBRARY_PATH" -ne "0" ]]; then rm -f adhoc.cpp > /dev/null 2>&1 # Create a new makefile based on the old one - "$SED" -e 's|\./libcryptopp.a|\./libcryptopp.so|g' -e 's|libcryptopp.a $(TESTOBJS)|libcryptopp.so $(TESTOBJS)|g' GNUmakefile > GNUmakefile.shared + "$SED" -e 's|\./libcryptopp.a|\./libcryptopp.so|g' -e 's|cryptest.exe: libcryptopp.a|cryptest.exe: libcryptopp.so|g' GNUmakefile > GNUmakefile.shared CXXFLAGS="$DEBUG_CXXFLAGS" DYN_MAKEARGS=("-f" "GNUmakefile.shared" "HAS_SOLIB_VERSION=0" "${MAKEARGS[@]}") @@ -1863,7 +1863,7 @@ if [[ "$HAVE_DYLD_LIBRARY_PATH" -ne "0" ]]; then rm -f adhoc.cpp > /dev/null 2>&1 # Create a new makefile based on the old one - "$SED" -e 's|\./libcryptopp.a|\./libcryptopp.dylib|g' -e 's|libcryptopp.a $(TESTOBJS)|libcryptopp.dylib $(TESTOBJS)|g' GNUmakefile > GNUmakefile.shared + "$SED" -e 's|\./libcryptopp.a|\./libcryptopp.dylib|g' -e 's|cryptest.exe: libcryptopp.a|cryptest.exe: libcryptopp.dylib|g' GNUmakefile > GNUmakefile.shared CXXFLAGS="$DEBUG_CXXFLAGS" DYN_MAKEARGS=("-f" "GNUmakefile.shared" "HAS_SOLIB_VERSION=0" "${MAKEARGS[@]}")