[SCM] wavpack/master: Pass --disable-asm on armel and armhf

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Jan 17 16:41:25 UTC 2016


The following commit has been merged in the master branch:
commit 1486eb2df5592054a7351fefeef2b2431392e6ab
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sun Jan 17 17:36:52 2016 +0100

    Pass --disable-asm on armel and armhf

diff --git a/debian/rules b/debian/rules
index 62f1a47..fd06a0c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,3 +14,7 @@ DEB_INSTALL_DOCS_ALL =
 DEB_INSTALL_DOCS_libwavpack-dev = README
 
 DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
+
+ifeq (,$(filter-out armel armhf,$(DEB_HOST_ARCH)))
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-asm
+endif

-- 
wavpack packaging



More information about the pkg-multimedia-commits mailing list