[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, bpo-squeeze, updated. debian/0.9.11-2-17-g8a2008d

Guido Günther agx at sigxcpu.org
Tue Apr 17 19:17:06 UTC 2012


The following commit has been merged in the bpo-squeeze branch:
commit befaa180e7bd227d143a2c818d3e3a058a920205
Author: Guido Günther <agx at sigxcpu.org>
Date:   Tue Apr 17 14:44:57 2012 +0200

    Disable werror since Squeeze's libnl throws warnings

diff --git a/debian/rules b/debian/rules
index a70ab25..af02d1d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,6 +58,8 @@ endif
 ifeq "$(DISTREL)" "squeeze"
     # Squeeze's kernel headers are too old to compile macvtap
     WITH_MACVTAP    = --without-macvtap
+    # Squeeze's libnl throws warnings
+    WITH_WERROR     = --without-werror
 endif
 
 DEB_BUILDDIR := $(CURDIR)/debian/build
@@ -88,7 +90,8 @@ DEB_CONFIGURE_EXTRA_FLAGS :=     \
 	$(WITH_NETCF)		 \
 	$(WITH_XEN)		 \
 	$(WITH_VBOX)		 \
-	$(WITH_LXC)
+	$(WITH_LXC)              \
+	$(WITH_WERROR)
 
 DEB_COMPRESS_EXCLUDE = .o event-test hellolibvirt info1 suspend
 DEB_PYTHON_SETUP_CMD = /dev/null

-- 
Libvirt Debian packaging



More information about the Pkg-libvirt-commits mailing list