[Pkg-libburnia-commits] r157 - trunk/libisofs/debian

George Danchev danchev at alioth.debian.org
Thu Apr 14 10:41:10 UTC 2011


Author: danchev
Date: 2011-04-14 10:41:02 +0000 (Thu, 14 Apr 2011)
New Revision: 157

Modified:
   trunk/libisofs/debian/changelog
   trunk/libisofs/debian/rules
Log:
work around a gcc bug on armel and armhf

Modified: trunk/libisofs/debian/changelog
===================================================================
--- trunk/libisofs/debian/changelog	2011-04-12 10:26:30 UTC (rev 156)
+++ trunk/libisofs/debian/changelog	2011-04-14 10:41:02 UTC (rev 157)
@@ -1,3 +1,11 @@
+libisofs (1.0.6-2) unstable; urgency=low
+
+  * Build with CFLAGS=-g -O0 on armel armhf
+    to work around a gcc bug.            Closes: #622725
+    (Thanks to Konstantinos Margaritis for the patch)
+
+ -- George Danchev <danchev at spnet.net>  Thu, 14 Apr 2011 13:03:04 +0300
+
 libisofs (1.0.6-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/libisofs/debian/rules
===================================================================
--- trunk/libisofs/debian/rules	2011-04-12 10:26:30 UTC (rev 156)
+++ trunk/libisofs/debian/rules	2011-04-14 10:41:02 UTC (rev 157)
@@ -9,6 +9,10 @@
 
 DEB_DH_MAKESHLIBS_ARGS_ALL := -V
 
+ifneq (,$(filter $(DEB_HOST_ARCH),armel armhf))
+        CFLAGS=-g -O0
+endif
+
 # export DPKG_GENSYMBOLS_CHECK_LEVEL=2
 
 cleanbuilddir/libisofs-doc::




More information about the Pkg-libburnia-commits mailing list