[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, experimental, updated. debian/0.9.4_rc1-1-5-gac6e760
Guido Günther
agx at sigxcpu.org
Sun Aug 7 17:02:48 UTC 2011
The following commit has been merged in the experimental branch:
commit f4e7d0be7023065477c3fce12b25cb5a66da2be3
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 4c13733..356a32a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,6 +45,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