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
This commit is contained in:
Marcus Meissner 2015-03-24 11:54:08 +00:00 committed by Git OBS Bridge
parent 909d229ffb
commit 528ebb965b
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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