Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-05-15 12:06:53 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-05-15 12:06:53 (GMT)
commitf311d012b588d34e5e0e63957e56ba34c7e69336 (patch)
treef28ef73dcf3abc2ded50d4e0189fd1dc948b4892 /debian
parentf8d2aaec23a5d1f7a1f83c5078ff4b654c9bc164 (diff)
Compile with -fno-strict-aliasing as woraround for type punning causing "size of array 'arg' is negative".
Diffstat (limited to 'debian')
-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