[SCM] ffado/master: d/rules: set DETECT_USERSPACE_ENV=0 to avoit having the build system unhelpfully pass -m flags to gcc

mattia at users.alioth.debian.org mattia at users.alioth.debian.org
Sat Nov 11 14:31:58 UTC 2017


The following commit has been merged in the master branch:
commit 688062fce5a97040dea1440755cc4274d9374540
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sat Nov 11 15:27:04 2017 +0100

    d/rules: set DETECT_USERSPACE_ENV=0 to avoit having the build system unhelpfully pass -m flags to gcc
    
    It breaks builds in mismatched userspace/kernel setups (i.e. i386 chroot
    with amd64 kernel) and with architectures that the poor recognizing
    script fail with (i.e. ppc64).
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>

diff --git a/debian/rules b/debian/rules
index 74253b7..148a498 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,6 +41,7 @@ DEB_SCONS_EXTRA_FLAGS := \
 	SHAREDIR=/usr/share/libffado2/ \
 	PYPKGDIR=/usr/share/ffado-mixer-qt4/ \
 	WILL_DEAL_WITH_XDG_MYSELF=1 \
+	DETECT_USERSPACE_ENV=0 \
 	$(EXPLICIT_TARGET) \
 	$(NJOBS)
 

-- 
Free Firewire Audio Drivers (ffado.org) packaging



More information about the pkg-multimedia-commits mailing list