[Pkg-libvirt-commits] [libvirt] 01/02: Pass --with-selinux-mount=/sys/fs/selinux to ./configure

Guido Guenther agx at moszumanska.debian.org
Sun Jan 5 17:00:32 UTC 2014


This is an automated email from the git hooks/post-receive script.

agx pushed a commit to branch master
in repository libvirt.

commit f6b0feb5508ce27a01d0532ab33d5244c2704fc5
Author: Laurent Bigonville <bigon at debian.org>
Date:   Thu Jan 2 01:55:12 2014 +0100

    Pass --with-selinux-mount=/sys/fs/selinux to ./configure
    
    The buildd are not running selinux and this make the auto-detection code
    defaults to /selinux which is actually not existing anymore in sid.
    
    This complete the fix for SELinux support.
    
    Signed-off-by: Guido Günther <agx at sigxcpu.org>
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index cf8e596..5b76cc7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
   WITH_SANLOCK        = --with-sanlock
   WITH_INIT_SCRIPT    =	--with-init-script=systemd
   WITH_AUDIT          = --with-audit
-  WITH_SELINUX        = --with-selinux --with-secdriver-selinux
+  WITH_SELINUX        = --with-selinux --with-secdriver-selinux --with-selinux-mount=/sys/fs/selinux
   ifneq (,$(findstring $(DEB_HOST_ARCH), amd64 armel armhf i386 ia64 powerpc s390))
       WITH_DTRACE     = --with-dtrace
   else

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt.git



More information about the Pkg-libvirt-commits mailing list