Accepting request 791062 from home:marxin:branches:Kernel:kdump

- Add -fcommon in order to fix boo#1160282.

OBS-URL: https://build.opensuse.org/request/show/791062
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=145
This commit is contained in:
Petr Tesařík 2020-04-07 08:24:11 +00:00 committed by Git OBS Bridge
parent 4a831caf3f
commit 93c20e2ab8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 3 05:51:49 UTC 2020 - Martin Liška <mliska@suse.cz>
- Add -fcommon in order to fix boo#1160282.
-------------------------------------------------------------------
Wed Apr 1 06:11:18 UTC 2020 - Michal Suchanek <msuchanek@suse.de>

View File

@ -74,7 +74,7 @@ via gdb or crash utility.
%autopatch -p1
%build
export CFLAGS="%{optflags}"
export CFLAGS="%{optflags} -fcommon"
%if %{have_snappy}
export USESNAPPY=on
%endif