forked from pool/sscep
Accepting request 836416 from home:mnhauke
- Set CFLAGS+=-fcommon to workaround GCC10 compilation issues OBS-URL: https://build.opensuse.org/request/show/836416 OBS-URL: https://build.opensuse.org/package/show/network:utilities/sscep?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
7d0e18cc2b
commit
c4b5011228
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 7 19:17:55 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Set CFLAGS+=-fcommon to workaround GCC10 compilation issues
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 15:05:49 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
@@ -1,6 +1,7 @@
|
||||
#
|
||||
# spec file for package sscep
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2016-2020, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -12,7 +13,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@@ -35,7 +36,7 @@ modifications for engine support & more.
|
||||
|
||||
%build
|
||||
./Configure
|
||||
%make_build sscep_dyn CFLAGS="%{optflags}"
|
||||
%make_build sscep_dyn CFLAGS="%{optflags} -fcommon"
|
||||
|
||||
%install
|
||||
install -Dpm 0644 sscep.conf %{buildroot}%{_sysconfdir}/sscep/sscep.conf
|
||||
|
Reference in New Issue
Block a user