[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, master, updated. debian/0.9.3-4

Guido Günther agx at sigxcpu.org
Wed Jul 27 19:44:55 UTC 2011


The following commit has been merged in the master branch:
commit 32ac1cfad0ae8c1ed4f4eed913a901b3b813f6e8
Author: Guido Günther <agx at sigxcpu.org>
Date:   Wed Jul 27 21:12:58 2011 +0200

    Work around ICE on m68k
    
    Thanks: Thorsten Glaser

diff --git a/debian/rules b/debian/rules
index 26fbb10..5c6f5cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,6 +44,10 @@ else
   WITH_LXC            = --without-lxc
 endif
 
+ifneq (,$(findstring ${DEB_BUILD_ARCH}, m68k))
+	CFLAGS = -fwrapv -DWRAPV
+endif
+
 
 DEB_CONFIGURE_EXTRA_FLAGS :=     \
 	--disable-rpath          \

-- 
Libvirt Debian packaging



More information about the Pkg-libvirt-commits mailing list