tags 344503 +patch
severity 344503 serious
thanks
Add arm to the long list of arch's built with -O0. I
plan to NMU this on 14.10 if no response from maintainer.
diff -ur icon-9.4.2/debian/rules icon-9.4.2.new/debian/rules
--- icon-9.4.2/debian/rules 2006-10-08 15:03:17.000000000 +0000
+++ icon-9.4.2.new/debian/rules 2006-10-08 13:18:30.000000000 +0000
@@ -24,7 +24,8 @@
CFLAGS_OPT = -O2
ifneq (, $(filter $(DEB_HOST_ARCH_CPU), alpha hppa ia64 mips mipsel \
- powerpc s390 sparc amd64 i386))
+ powerpc s390 sparc amd64 i386 \
+ arm ppc64 ))
CFLAGS_OPT = -O0
endif