[SCM] jack-audio-connection-kit/master: d/rules: wrap the configure flags

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 816dc5160667130c4f0ceda44d13c06465ac85c4
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Wed Nov 8 17:11:59 2017 +0100

    d/rules: wrap the configure flags
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>

diff --git a/debian/rules b/debian/rules
index 7724d42..bf30b17 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,13 @@ ifneq (,$(filter stage1,$(DEB_BUILD_PROFILES)))
 export DH_OPTIONS = -Njackd1-firewire
 endif
 
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-resize \
-	--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
-	--enable-timestamps --disable-iec61883 --with-oldtrans \
-	--disable-ensure-mlock --enable-sse=yes --enable-static=yes
+DEB_CONFIGURE_EXTRA_FLAGS := \
+	--enable-resize \
+	--enable-timestamps \
+	--disable-iec61883 \
+	--with-oldtrans \
+	--disable-ensure-mlock \
+	--enable-static=yes \
 
 _build_arch := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 DEB_BUILD_ARCH ?= $(_build_arch)

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



More information about the pkg-multimedia-commits mailing list