[Pkg-libvirt-commits] [libvirt] 03/04: Enable firewalld support

Guido Guenther agx at moszumanska.debian.org
Fri Jun 5 09:21:04 UTC 2015


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

agx pushed a commit to branch debian/sid
in repository libvirt.

commit 3d0fe35cbae154687824aa5f876b65c37a536955
Author: Guido Günther <agx at sigxcpu.org>
Date:   Fri Jun 5 10:11:13 2015 +0200

    Enable firewalld support
    
    Thanks: Laurent Bigonville
    Closes: #714372
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 071d714..13deb35 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,7 @@ ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
   WITH_SANLOCK        = --with-sanlock
   WITH_INIT_SCRIPT    =	--with-init-script=systemd
   WITH_SYSTEMD        = --with-systemd-daemon
+  WITH_FIREWALLD      = --with-firewalld
   WITH_AUDIT          = --with-audit
   WITH_SELINUX        = --with-selinux --with-secdriver-selinux --with-selinux-mount=/sys/fs/selinux
   WITH_APPARMOR       = --with-apparmor --with-secdriver-apparmor --with-apparmor-profiles
@@ -68,6 +69,7 @@ else
   WITH_NETCF          = --without-netcf
   WITH_INIT_SCRIPT    =	--with-init-script=none
   WITH_SYSTEMD        = --without-systemd-daemon
+  WITH_FIREWALLD      = --without-firewalld
   WITH_AUDIT          = --without-audit
   WITH_SELINUX        = --without-selinux
   WITH_APPARMOR       = --without-apparmor
@@ -117,7 +119,7 @@ DEB_CONFIGURE_EXTRA_ARGS :=      \
 	$(WITH_DTRACE)           \
 	$(WITH_AUDIT)            \
 	--without-hal            \
-	--without-firewalld      \
+	$(WITH_FIREWALLD)        \
 	--without-attr
 
 DEB_BUILDDIR := $(CURDIR)/debian/build

-- 
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