Accepting request 798386 from home:marxin:branches:Base:System

- Enable -fcommon in order to fix boo#1160295.

OBS-URL: https://build.opensuse.org/request/show/798386
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysfsutils?expand=0&rev=16
This commit is contained in:
Lee Duncan 2020-04-27 20:18:09 +00:00 committed by Git OBS Bridge
parent d29c73c7a1
commit 01f455f368
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 27 19:28:46 UTC 2020 - Martin Liška <mliska@suse.cz>
- Enable -fcommon in order to fix boo#1160295.
-------------------------------------------------------------------
Mon Mar 23 16:16:25 UTC 2020 - Martin Liška <mliska@suse.cz>

View File

@ -66,6 +66,7 @@ This package contains the development files for libsysfs.
%patch1 -p1
%build
%global optflags %{optflags} -fcommon
%configure --disable-static --with-pic
%{__make} %{?_smp_mflags}