]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- don't pass sandbox to configure on ac
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 24 Apr 2015 19:42:09 +0000 (21:42 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 24 Apr 2015 19:42:09 +0000 (21:42 +0200)
openssh.spec

index 8f80222b1239ad4ca0e00637b0f87a2295b1a46e..c63d4fbb5555fa8fcefb61330d3d0b883c250a30 100644 (file)
@@ -18,9 +18,7 @@
 # gtk2-based gnome-askpass means no gnome1-based
 %{?with_gtk:%undefine with_gnome}
 
-%if "%{pld_release}" != "ac"
 %define        sandbox %{?with_libseccomp:lib}seccomp_filter
-%endif
 
 %if "%{pld_release}" == "ac"
 %define                pam_ver 0.79.0
@@ -577,11 +575,11 @@ CPPFLAGS="%{rpmcppflags} -DCHROOT -std=gnu99"
        --with-pid-dir=%{_localstatedir}/run \
        --with-privsep-path=%{_privsepdir} \
        --with-privsep-user=sshd \
-       --with-sandbox=%{sandbox} \
        %{?with_selinux:--with-selinux} \
 %if "%{pld_release}" == "ac"
        --with-xauth=/usr/X11R6/bin/xauth
 %else
+       --with-sandbox=%{sandbox} \
        --with-xauth=%{_bindir}/xauth
 %endif
 
This page took 0.05009 seconds and 4 git commands to generate.