[Pkg-mpd-commits] [pkg-mpd] 05/13: Re-enable tests on mips*, assertion failure has been fixed (cf. #767863)
Florian Schlichting
fsfs at moszumanska.debian.org
Tue Dec 13 20:46:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
fsfs pushed a commit to branch master
in repository pkg-mpd.
commit a112a0c7a6f848ae98b4f6215685f33995142c35
Author: Florian Schlichting <fsfs at debian.org>
Date: Mon Dec 12 22:59:02 2016 +0100
Re-enable tests on mips*, assertion failure has been fixed (cf. #767863)
---
debian/rules | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/debian/rules b/debian/rules
index facd3ca..092ac98 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,18 +12,6 @@ ifeq ($(DEB_HOST_ARCH), armeb)
WITH_TREMOR=--with-tremor --disable-vorbis --enable-shine-encoder
endif
-# work around ld assertion fail ../../bfd/elf-strtab.c:254/:272 on mips/mipsel
-RUN_TESTS=--enable-test
-ifeq ($(DEB_HOST_ARCH), mips)
- RUN_TESTS=--disable-test
-endif
-ifeq ($(DEB_HOST_ARCH), mipsel)
- RUN_TESTS=--disable-test
-endif
-ifeq ($(DEB_HOST_ARCH), mips64el)
- RUN_TESTS=--disable-test
-endif
-
# no systemd and no alsa on non-linux arches
ifeq ($(DEB_HOST_ARCH_OS), linux)
WITH_SYSTEMD=--enable-systemd --with-systemdsystemunitdir=/lib/systemd/system --enable-alsa
@@ -34,6 +22,7 @@ endif
###############################################################
## Define Debian feature set (in configure summary order)
+RUN_TESTS=--enable-test
# Archive support
ENABLE_ARCHIVES=--enable-bzip2 \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/pkg-mpd.git
More information about the Pkg-mpd-commits
mailing list