summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2019-02-20 12:48:05 +0100
committerSergei Golubchik <serg@mariadb.org>2019-03-01 12:40:43 -0500
commit20043cf650f84dc7fcd5e2b73d1db0c5ce15e103 (patch)
tree0eb57d0c5f5376be4059e95094ba56d0417ad2b9 /debian
parent000c6cfc610bc3a0d205e81ca20726122314fb35 (diff)
downloadmariadb-git-20043cf650f84dc7fcd5e2b73d1db0c5ce15e103.tar.gz
remove aws kms plugin from debian builds too
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/autobake-deb.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/debian/autobake-deb.sh b/debian/autobake-deb.sh
index f53439340a4..1a43c064468 100755
--- a/debian/autobake-deb.sh
+++ b/debian/autobake-deb.sh
@@ -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 ]]