From 08a0bf6769c1a4850648ec7f114ad447d012ac0a Mon Sep 17 00:00:00 2001 From: AlexPeshkoff Date: Tue, 13 Apr 2021 15:50:40 +0300 Subject: [PATCH] Postfix for CORE-6006 --- builds/install/posix-common/posixLibrary.sh.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/builds/install/posix-common/posixLibrary.sh.in b/builds/install/posix-common/posixLibrary.sh.in index 5cca02ece8..f499f93e5a 100644 --- a/builds/install/posix-common/posixLibrary.sh.in +++ b/builds/install/posix-common/posixLibrary.sh.in @@ -226,7 +226,8 @@ checkLibraries() { haveLibrary libtommath.so.0 || [ "$fixTommath" ] && $fixTommath fi - if [ "@TOMCRYPT_BUILD@" != "Y" -o "${fb_install_prefix}" != "${default_prefix}" ] +# if [ "@TOMCRYPT_BUILD@" != "Y" -o "${fb_install_prefix}" != "${default_prefix}" ] + if [ "@TOMCRYPT_BUILD@" != "Y" ] then [ -z "$LIBTOMCRYPT" ] && LIBTOMCRYPT=tomcrypt checkLibrary $LIBTOMCRYPT