8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00

Postfix for CORE-6006

This commit is contained in:
AlexPeshkoff 2021-04-13 15:50:40 +03:00
parent 1eba28b1b7
commit 08a0bf6769

View File

@ -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