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:
parent
1eba28b1b7
commit
08a0bf6769
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user