mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
remove aws kms plugin from debian builds too
This commit is contained in:
parent
000c6cfc61
commit
20043cf650
1 changed files with 3 additions and 4 deletions
7
debian/autobake-deb.sh
vendored
7
debian/autobake-deb.sh
vendored
|
@ -84,10 +84,9 @@ if [[ $GCCVERSION -lt 40800 ]] || [[ $(arch) =~ i[346]86 ]]
|
|||
then
|
||||
sed '/Package: mariadb-plugin-rocksdb/,/^$/d' -i debian/control
|
||||
fi
|
||||
if [[ $GCCVERSION -lt 40800 ]]
|
||||
then
|
||||
sed '/Package: mariadb-plugin-aws-key-management-10.2/,/^$/d' -i debian/control
|
||||
fi
|
||||
|
||||
# Always remove aws plugin, see -DNOT_FOR_DISTRIBUTION in CMakeLists.txt
|
||||
sed '/Package: mariadb-plugin-aws-key-management-10.2/,/^$/d' -i debian/control
|
||||
|
||||
# Don't build cassandra package if thrift is not installed
|
||||
if [[ ! -f /usr/local/include/thrift/Thrift.h && ! -f /usr/include/thrift/Thrift.h ]]
|
||||
|
|
Loading…
Reference in a new issue