From 13acdb61a368b4e6fe273ecb75bc65fbcfbc3d00 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 2 Apr 2020 11:51:20 +0200 Subject: [PATCH] Revert "Enable seccomp support on riscv64" This requires further changes to the source code and a newer, not yet officially released, libseccomp. Since this complicates backports revert this change for the time being. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index f94d9d12d..b3fd42913 100644 --- a/debian/control +++ b/debian/control @@ -45,7 +45,7 @@ Build-Depends: debhelper (>= 10.4~), libkmod-dev (>= 15), libblkid-dev (>= 2.24), libmount-dev (>= 2.30), - libseccomp-dev (>= 2.3.1) [amd64 arm64 armel armhf i386 mips mipsel mips64 mips64el x32 powerpc ppc64 ppc64el riscv64 s390x], + libseccomp-dev (>= 2.3.1) [amd64 arm64 armel armhf i386 mips mipsel mips64 mips64el x32 powerpc ppc64 ppc64el s390x], libdw-dev (>= 0.158) , libpolkit-gobject-1-dev , linux-base ,