mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:00:38 +01:00
Fixed CORE-6516: Protect included tomcrypt library from being overwritten by system package
This commit is contained in:
parent
e039e015aa
commit
1fbc1d0996
@ -258,8 +258,7 @@ copyFiles() {
|
||||
fi
|
||||
|
||||
if [ "$TomCryptBuild" = "Y" ]; then
|
||||
makeDirs @FB_LIBDIR@/.tm
|
||||
cp -df $BuildRootDir/extern/libtomcrypt/.libs/libtomcrypt.so* ${TargetDir}@FB_LIBDIR@/.tm
|
||||
cp -df $BuildRootDir/extern/libtomcrypt/.libs/libtomcrypt.so* ${TargetDir}@FB_LIBDIR@
|
||||
fi
|
||||
|
||||
chmod 0755 ${TargetDir}@FB_LIBDIR@/*.so*
|
||||
|
Loading…
Reference in New Issue
Block a user