[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

pixman: Changes to 'debian-unstable'



 debian/changelog |    1 +
 debian/rules     |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit 3473a947dabd3b629febc28b201bfdd28256dc5b
Author: Julien Cristau <jcristau@debian.org>
Date:   Sat Jul 27 14:48:50 2013 +0200

    Disable arm iwmmxt fast paths.  It breaks the build.

diff --git a/debian/changelog b/debian/changelog
index 7ea9a70..ee08eeb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 pixman (0.30.0-2) UNRELEASED; urgency=low
 
   * Disable silent Makefile rules.
+  * Disable arm iwmmxt fast paths.  It breaks the build.
 
  -- Julien Cristau <jcristau@debian.org>  Sat, 27 Jul 2013 14:37:11 +0200
 
diff --git a/debian/rules b/debian/rules
index 7107d8e..0cc3337 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,7 @@ override_dh_auto_configure:
 	# changelog entry:
 	LS_CFLAGS=" " dh_auto_configure -- --disable-gtk \
 	  --disable-silent-rules \
+	  --disable-arm-iwmmxt \
 	  --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
 
 # Install in debian/tmp to retain control through dh_install:


Reply to: