[SCM] jack-audio-connection-kit/master: d/rules: merge together similar checks

mattia at users.alioth.debian.org mattia at users.alioth.debian.org
Wed Nov 8 16:45:59 UTC 2017


The following commit has been merged in the master branch:
commit 69171b563e1cb878fc714b44906d51367b8186b8
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Wed Nov 8 17:12:53 2017 +0100

    d/rules: merge together similar checks
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>

diff --git a/debian/rules b/debian/rules
index bf30b17..9e805a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,9 +14,6 @@ DEB_CONFIGURE_EXTRA_FLAGS := \
 
 _build_arch := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 DEB_BUILD_ARCH ?= $(_build_arch)
-ifneq (,$(filter amd64,$(DEB_BUILD_ARCH)))
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-dynsimd=yes
-endif
 
 # to avoid stripping when nostrip is set in DEB_BUILD_OPTIONS
 ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
@@ -34,6 +31,7 @@ ifneq (,$(filter doopt,$(DEB_BUILD_OPTIONS)))
 endif
 
 ifneq (,$(filter amd64,$(DEB_BUILD_ARCH)))
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-dynsimd=yes
 DEB_CFLAGS_MAINT_APPEND += -m3dnow -msse
 endif
 

-- 
Debian packaging for jack-audio-connection-kit



More information about the pkg-multimedia-commits mailing list