summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTeodor Mircea Ionita <teodor@mariadb.org>2018-06-05 08:38:17 +0300
committerVicențiu-Marian Ciorbaru <cvicentiu@gmail.com>2018-06-29 13:57:36 +0300
commit1d5220ae23f96a2d4b20e627dc5338525bfede84 (patch)
tree090bf849bf276ce15bcb4a0b4175e62ed0401863 /debian
parent5cdc70b8a1726811f7567b8a93ce9178184c29dd (diff)
downloadmariadb-git-1d5220ae23f96a2d4b20e627dc5338525bfede84.tar.gz
MDEV-16213: Exclude more engines from autobake-deb.sh
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/autobake-deb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/autobake-deb.sh b/debian/autobake-deb.sh
index 132bb2eea7b..e8f93d059b2 100755
--- a/debian/autobake-deb.sh
+++ b/debian/autobake-deb.sh
@@ -26,7 +26,7 @@ then
sed 's|DINSTALL_MYSQLTESTDIR=share/mysql/mysql-test|DINSTALL_MYSQLTESTDIR=false|' -i debian/rules
# Also skip building RocksDB and TokuDB to save even more time and disk space
- sed 's|-DDEB|-DWITHOUT_TOKUDB_STORAGE_ENGINE=true -DWITHOUT_MROONGA_STORAGE_ENGINE=true -DWITHOUT_ROCKSDB_STORAGE_ENGINE=true -DDEB|' -i debian/rules
+ sed 's|-DDEB|-DWITHOUT_TOKUDB_STORAGE_ENGINE=true -DWITHOUT_MROONGA_STORAGE_ENGINE=true -DWITHOUT_ROCKSDB_STORAGE_ENGINE=true -DWITHOUT_SPIDER_STORAGE_ENGINE=true -DWITHOUT_OQGRAPH_STORAGE_ENGINE=true -DWITHOUT_PERFSCHEMA_STORAGE_ENGINE=true -DWITHOUT_SPHINX_STORAGE_ENGINE=true -DDEB|' -i debian/rules
fi