From cc5b05fadaed564abb5cd9180643d91e5f4b56d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Fri, 24 Apr 2015 22:55:51 +0200 Subject: [PATCH] - safecatch on x32 --- openssh.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openssh.spec b/openssh.spec index 415f316..0321a22 100644 --- a/openssh.spec +++ b/openssh.spec @@ -20,6 +20,10 @@ %define sandbox %{?with_libseccomp:lib}seccomp_filter +%ifarch x32 +%{!?with_libseccomp:%error openssh seccomp implementation is broken! do not disable libseccomp on x32} +%endif + %if "%{pld_release}" == "ac" %define pam_ver 0.79.0 %else -- 2.43.0