Accepting request 358988 from Kernel:kdump

1

OBS-URL: https://build.opensuse.org/request/show/358988
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdump?expand=0&rev=84
This commit is contained in:
Dominique Leuenberger 2016-02-23 15:53:27 +00:00 committed by Git OBS Bridge
commit 5b01a0510c
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 11 14:54:58 UTC 2016 - rguenther@suse.com
- explicitely build with -std=gnu++98
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 23 05:31:00 UTC 2014 - Led <ledest@gmail.com> Sun Nov 23 05:31:00 UTC 2014 - Led <ledest@gmail.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package kdump # spec file for package kdump
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -138,7 +138,7 @@ Authors:
%build %build
export CFLAGS="%optflags" export CFLAGS="%optflags"
export CXXFLAGS="%optflags" export CXXFLAGS="%optflags -std=gnu++98"
mkdir build mkdir build
cd build cd build
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} .. cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} ..