[SCM] mpg123/master: Pass --with-cpu=arm_nofpu to configure for armhf too.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Apr 1 08:26:11 UTC 2012


The following commit has been merged in the master branch:
commit 726c947f2edde84a0a86ed972cb61a5e669501b7
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Apr 1 10:25:41 2012 +0200

    Pass --with-cpu=arm_nofpu to configure for armhf too.

diff --git a/debian/rules b/debian/rules
index bc8a8cd..9f82935 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,13 +17,7 @@ CONF_COMMON:=--enable-static=no --enable-shared --enable-lfs-alias \
 	--with-module-suffix=.so
 
 CONF_i486:=--with-cpu=x86_dither
-ifeq ($(ARCH),armel)
 CONF_arm:=--with-cpu=arm_nofpu
-else
-ifeq ($(ARCH),armhf)
-CONF_arm:=--with-cpu=neon
-endif
-endif
 
 SOVERSION:=0
 LIB_PKG:=libmpg123-$(SOVERSION)

-- 
mpg123 packaging



More information about the pkg-multimedia-commits mailing list