gnome-desktop3/gnome-desktop-3.28.2-disable-riscv64-seccomp.patch
David Abdurachmanov 6856047d81
Disable seccomp on RISC-V (riscv64)
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-08-11 18:09:59 +03:00

14 lines
451 B
Diff

diff --git a/configure.ac b/configure.ac
index 6c8194a..5e906db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -155,7 +155,7 @@ dnl Check for bubblewrap compatible platform
case $host_os in
linux*)
case $host_cpu in
- alpha|ia64|m68k|sh4|sparc64)
+ alpha|ia64|m68k|sh4|sparc64|riscv64)
enable_seccomp="no (not available on this architecture)"
AC_MSG_WARN("seccomp not available on this architecture")
;;