Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules3
2 files changed, 10 insertions, 0 deletions
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 <dr@jones.dk> 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