On Sat, Jan 01, 2011 at 12:00:28PM +0100, Gabriele Giacone wrote: > > I confirm it starts properly on ppc with -fno-strict-aliasing. > Attached patch.
Ooops, reattached.
--- debian/rules.orig 2011-01-01 11:52:16.000000000 +0100 +++ debian/rules 2011-01-01 11:52:27.000000000 +0100 @@ -58,6 +58,8 @@ -e "s/{GRASS_ABI}/$(GRASS_ABI)/g" $$^ >$$@ endef +CFLAGS += -fno-strict-aliasing + TEMPLATES := $(foreach t,$(wildcard debian/*.in),$(basename $(t))) TEMPLATES += $(foreach t,$(wildcard debian/*{QGIS_ABI}*),$(subst {QGIS_ABI},$(QGIS_ABI),$(t)))