]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- safecatch on x32
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 24 Apr 2015 20:55:51 +0000 (22:55 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 24 Apr 2015 20:55:51 +0000 (22:55 +0200)
openssh.spec

index 415f3169284b26c3f2bb0c5ff9962226bd7a4331..0321a22cb8946e21b851e14e0dfb38477ecec879 100644 (file)
 
 %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
This page took 0.092616 seconds and 4 git commands to generate.