[SCM] mpg123/master: Pass --with-cpu=neon to configure for armhf (again).

micove-guest at users.alioth.debian.org micove-guest at users.alioth.debian.org
Sun Apr 1 15:07:18 UTC 2012


The following commit has been merged in the master branch:
commit cb6f481559a3b591343ef7a145e13de45c981c3e
Author: Miguel Colon <debian.micove at gmail.com>
Date:   Sun Apr 1 11:01:00 2012 -0400

    Pass --with-cpu=neon to configure for armhf (again).
    
    This reverts commit 726c947f2edde84a0a86ed972cb61a5e669501b7.
    .
    It still FTBFS and I should have checked the logs before sending the email.

diff --git a/debian/rules b/debian/rules
index 9f82935..bc8a8cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,13 @@ 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