From 99d7439fa8067d6cb765fba4eb4f88f6eb55a8ba Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 30 Oct 2019 11:06:37 +0100 Subject: [PATCH] pkg/cifra: add arch 32bit requirement --- pkg/cifra/Makefile.dep | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pkg/cifra/Makefile.dep diff --git a/pkg/cifra/Makefile.dep b/pkg/cifra/Makefile.dep new file mode 100644 index 0000000000..57d8d54026 --- /dev/null +++ b/pkg/cifra/Makefile.dep @@ -0,0 +1,2 @@ +# Cifra is only supported by 32 bit architectures +FEATURES_REQUIRED += arch_32bit