[Pkg-xmpp-commits] [SCM] GNU SASL Library branch, master, updated. upstream/1.4.0-65-g239fd79

Simon Josefsson simon at josefsson.org
Fri Mar 26 12:36:50 UTC 2010


The following commit has been merged in the master branch:
commit f2f685e141820c2c5916d83edc734f5a8a31c4ed
Author: Simon Josefsson <simon at josefsson.org>
Date:   Tue Mar 16 10:03:25 2010 +0100

    Disable self checks on mips(el).

diff --git a/debian/changelog b/debian/changelog
index 6fb8d84..e29936b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ gsasl (1.4.2-1) unstable; urgency=low
 
   [Simon Josefsson]
   * New upstream version.
+  * Disable self checks on mips(el) due to #519006.
 
  -- Simon Josefsson <simon at josefsson.org>  Mon, 15 Mar 2010 22:19:55 +0100
 
diff --git a/debian/rules b/debian/rules
index 6f8d81c..c71df74 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,11 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
 DEB_DH_STRIP_ARGS = --dbg-package=gsasl-dbg
-DEB_MAKE_CHECK_TARGET = check
 DEB_DH_MAKESHLIBS_ARGS_libgsasl7 = -- -c4
+
+# Binutils is buggy on mips(el) see <http://bugs.debian.org/519006>,
+# so we have to disable self-tests.
+DEB_HOST_ARCH  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
+ifeq (,$(filter $(DEB_HOST_ARCH),mips mipsel))
+  DEB_MAKE_CHECK_TARGET = check
+endif

-- 
GNU SASL Library



More information about the Pkg-xmpp-commits mailing list