From f311d012b588d34e5e0e63957e56ba34c7e69336 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 15 May 2008 12:06:53 +0000 Subject: Compile with -fno-strict-aliasing as woraround for type punning causing "size of array 'arg' is negative". --- (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 8c81d5e..7bbce21 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sugar-hulahop (0.4.0~git.20071211-4) experimental; urgency=low + + * Compile with -fno-strict-aliasing as woraround for type punning + causing "size of array 'arg' is negative". + + -- Jonas Smedegaard Thu, 15 May 2008 14:06:41 +0200 + sugar-hulahop (0.4.0~git.20071211-3) experimental; urgency=low * Drop stripping rpath (causes "No module named xpcom.server" error). diff --git a/debian/rules b/debian/rules index 7e0735e..6886d34 100755 --- a/debian/rules +++ b/debian/rules @@ -24,6 +24,9 @@ include debian/cdbs/1/rules/buildinfo.mk pkg = python-hulahop +# Woraround for type punning causing "size of array 'arg' is negative" +CXXFLAGS += -fno-strict-aliasing + DEB_MAKE_CHECK_TARGET = check # Regenerate automade files when explicitly requested with -- cgit v0.9.1