From c720a1f8b8d78bb991057e9989a692f590681451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Sun, 1 Apr 2018 12:54:10 +0300 Subject: [PATCH] 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 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}