diff options
author | Otto Kekäläinen <otto@mariadb.org> | 2018-04-01 12:54:10 +0300 |
---|---|---|
committer | Otto Kekäläinen <otto@mariadb.org> | 2018-04-04 22:43:45 +0300 |
commit | c720a1f8b8d78bb991057e9989a692f590681451 (patch) | |
tree | 84e61badb2852524dcf72ee8683ca2d846c1d790 /debian | |
parent | e88e967a3d4575d6934400900913127975b7ce01 (diff) | |
download | mariadb-git-c720a1f8b8d78bb991057e9989a692f590681451.tar.gz |
Deb: Build RocksDB only on 64-bit and small endian architectures
RocksDB configure step checks that platform is 64-bit and little endian,
so limit the .deb packages to be built only on those platforms.
List of official Debian platforms at
https://www.debian.org/ports/index.en.html
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 44020b70124..1ac448079a2 100644 --- a/debian/control +++ b/debian/control @@ -534,7 +534,7 @@ Description: Connect storage engine for MariaDB This package contains the Connect plugin for MariaDB. Package: mariadb-plugin-rocksdb -Architecture: any +Architecture: amd64 arm64 mips64el ppc64el Depends: mariadb-server-10.3 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} |