diff -u pixman-0.26.0/debian/changelog pixman-0.26.0/debian/changelog --- pixman-0.26.0/debian/changelog +++ pixman-0.26.0/debian/changelog @@ -1,3 +1,12 @@ +pixman (0.26.0-3) unstable; urgency=low + + * Pass LS_CFLAGS=" " to configure to prevent -march=loongson2f from + being passed to gcc, which would break on loongson2e (see fdo bug + #51451). This fixes the test suite failures on mipsel, and should + avoid any crashes depending on user systems. + + -- Cyril Brulebois Wed, 27 Jun 2012 12:11:54 +0200 + pixman (0.26.0-2) unstable; urgency=low * Cherry-pick from upstream master branch to fix FTBFS on *i386: diff -u pixman-0.26.0/debian/rules pixman-0.26.0/debian/rules --- pixman-0.26.0/debian/rules +++ pixman-0.26.0/debian/rules @@ -7,7 +7,9 @@ # Disable Gtk+ autodetection: override_dh_auto_configure: - dh_auto_configure -- --disable-gtk \ + # also avoid loongson2f optimizations on mipsel, see 0.26.0-3 + # changelog entry: + LS_CFLAGS=" " dh_auto_configure -- --disable-gtk \ --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) # Install in debian/tmp to retain control through dh_install: