8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:40:38 +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 haveLibrary libtommath.so.0 || [ "$fixTommath" ] && $fixTommath
fi 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 then
[ -z "$LIBTOMCRYPT" ] && LIBTOMCRYPT=tomcrypt [ -z "$LIBTOMCRYPT" ] && LIBTOMCRYPT=tomcrypt
checkLibrary $LIBTOMCRYPT checkLibrary $LIBTOMCRYPT