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:
commit
5b01a0510c
@ -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>
|
||||
|
||||
|
@ -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} ..
|
||||
|
Loading…
Reference in New Issue
Block a user