From 09a0e2b1562f6c63fdcdca09d0340ede6c532c0f759bbf8b187152c76be2d412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Tesa=C5=99=C3=ADk?= Date: Fri, 12 Feb 2016 11:05:30 +0000 Subject: [PATCH] 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 --- kdump.changes | 5 +++++ kdump.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/kdump.changes b/kdump.changes index ca969a0..ee7182e 100644 --- a/kdump.changes +++ b/kdump.changes @@ -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 diff --git a/kdump.spec b/kdump.spec index c7c2ded..0238279 100644 --- a/kdump.spec +++ b/kdump.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -138,7 +138,7 @@ Authors: %build export CFLAGS="%optflags" -export CXXFLAGS="%optflags" +export CXXFLAGS="%optflags -std=gnu++98" mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} ..