Accepting request 358878 from home:rguenther:branches:Kernel:kdump

- explicitely build with -std=gnu++98

OBS-URL: https://build.opensuse.org/request/show/358878
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kdump?expand=0&rev=119
This commit is contained in:
Petr Tesařík 2016-02-12 11:05:30 +00:00 committed by Git OBS Bridge
parent 5ccee08d75
commit 09a0e2b156
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} ..