[packages/openssh] - don't pass sandbox to configure on ac

baggins baggins at pld-linux.org
Fri Apr 24 21:42:31 CEST 2015


commit 7a8301cf2b2039ea01646eb5a63c95c3752ce84d
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Fri Apr 24 21:42:09 2015 +0200

    - don't pass sandbox to configure on ac

 openssh.spec | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/openssh.spec b/openssh.spec
index 8f80222..c63d4fb 100644
--- a/openssh.spec
+++ b/openssh.spec
@@ -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
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openssh.git/commitdiff/7a8301cf2b2039ea01646eb5a63c95c3752ce84d



More information about the pld-cvs-commit mailing list