From 528ebb965b5c4a52943c311da2dfedea541913e3c10ba7ffa43bae2debef80e1 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 24 Mar 2015 11:54:08 +0000 Subject: [PATCH] Accepting request 292469 from home:rguenther:branches:Base:System - Build the testsuite with -fstack-reuse=none to workaround broken test setup. [bnc#923768] OBS-URL: https://build.opensuse.org/request/show/292469 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=186 --- bluez.changes | 6 ++++++ bluez.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/bluez.changes b/bluez.changes index 777db57..58697af 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 23 14:41:38 UTC 2015 - rguenther@suse.com + +- Build the testsuite with -fstack-reuse=none to workaround broken + test setup. [bnc#923768] + ------------------------------------------------------------------- Thu Mar 12 12:03:30 UTC 2015 - seife+obs@b1-systems.com diff --git a/bluez.spec b/bluez.spec index 2c5342e..4a115f9 100644 --- a/bluez.spec +++ b/bluez.spec @@ -1,7 +1,7 @@ # # spec file for package bluez # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010-2014 B1 Systems GmbH, Vohburg, Germany # # All modifications and additions to the file contributed by third parties @@ -159,7 +159,7 @@ chmod 0644 *.py *.xml *.dtd %check %if ! 0%{?qemu_user_space_build} -make check +make check CFLAGS="%{optflags} -fstack-reuse=none" %endif %clean