[SCM] mpeg2dec/master: Attempt to fix FTBFS on armel.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Feb 15 09:07:11 UTC 2012


The following commit has been merged in the master branch:
commit 508012af6f895868f42b5676efdad37b91c5c937
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Feb 15 10:07:01 2012 +0100

    Attempt to fix FTBFS on armel.

diff --git a/debian/rules b/debian/rules
index a16ff9e..6a8053a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,7 @@ ifeq ($(DEB_HOST_ARCH),sparc)
 #    VIS is an UltraSPARC extension
 CFLAGS += -mno-vis
 endif
-ifeq ($(DEB_HOST_ARCH),arm)
+ifeq ($(DEB_HOST_ARCH),armel)
 # d) (arm) Debian's arm port supports two StrongARM based platforms which are
 #    only ARMv4, and hence don't have Thumb; the upstream ARM specific code
 #    requires Thumb (ldmia, stmia)

-- 
mpeg2dec packaging



More information about the pkg-multimedia-commits mailing list