Accepting request 798385 from home:marxin:branches:science:HPC

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

OBS-URL: https://build.opensuse.org/request/show/798385
OBS-URL: https://build.opensuse.org/package/show/science:HPC/libpsm2?expand=0&rev=52
This commit is contained in:
Nicolas Morey-Chaisemartin 2020-04-27 19:31:24 +00:00 committed by Git OBS Bridge
parent 3de910fe97
commit 8737945faa
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 27 19:27:00 UTC 2020 - Martin Liška <mliska@suse.cz>
- Add -fcommon in order to fix boo#1160279.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 3 08:27:09 UTC 2020 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com> Fri Apr 3 08:27:09 UTC 2020 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>

View File

@ -90,6 +90,7 @@ Support for MPIs linked with PSM versions < 2.
cp %{S:1} ChangeLog cp %{S:1} ChangeLog
%build %build
%global optflags %{optflags} -fcommon
export RPM_OPT_FLAGS export RPM_OPT_FLAGS
export VERSION=${Version} RELEASE=${Release} export VERSION=${Version} RELEASE=${Release}
make %{?_smp_mflags} make %{?_smp_mflags}