[SCM] mpg123/master: Add -marm to CFLAGS to fix FTBFS on armhf.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Apr 5 21:46:53 UTC 2012


The following commit has been merged in the master branch:
commit 87e29c6562d56899d14f1f24d8d212db41628498
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Apr 5 23:45:24 2012 +0200

    Add -marm to CFLAGS to fix FTBFS on armhf.
    
    Closes: #667658
    Thanks: peter green for the patch.

diff --git a/debian/rules b/debian/rules
index 3983c1b..87c1f07 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,6 +38,10 @@ LIB_PKGSTR:=-p$(LIB_PKG) -p$(DEV_PKG)
 ARCH_PKGSTR=-pmpg123
 ALL_PKGSTR=$(LIB_PKGSTR) $(ARCH_PKGSTR)
 
+ifeq ($(ARCH),armhf)
+  CFLAGS += -marm
+endif
+
 LDFLAGS += -Wl,--as-needed
 
 #export DH_VERBOSE=1

-- 
mpg123 packaging



More information about the pkg-multimedia-commits mailing list