diff options
Diffstat (limited to 'debian/autobake-deb.sh')
-rwxr-xr-x | debian/autobake-deb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/autobake-deb.sh b/debian/autobake-deb.sh index e8f93d059b2..9ce47c99492 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 -DWITHOUT_SPIDER_STORAGE_ENGINE=true -DWITHOUT_OQGRAPH_STORAGE_ENGINE=true -DWITHOUT_PERFSCHEMA_STORAGE_ENGINE=true -DWITHOUT_SPHINX_STORAGE_ENGINE=true -DDEB|' -i debian/rules + sed 's|-DDEB|-DPLUGIN_TOKUDB=NO -DPLUGIN_MROONGA=NO -DPLUGIN_ROCKSDB=NO -DPLUGIN_SPIDER=NO -DPLUGIN_OQGRAPH=NO -DPLUGIN_PERFSCHEMA=NO -DPLUGIN_SPHINX=NO -DDEB|' -i debian/rules fi |