Accepting request 791708 from home:marxin:branches:network:fcoe

- Use -fcommon in order to fix boo#1160407.

OBS-URL: https://build.opensuse.org/request/show/791708
OBS-URL: https://build.opensuse.org/package/show/network:fcoe/open-lldp?expand=0&rev=38
This commit is contained in:
Dominique Leuenberger 2020-04-09 12:45:40 +00:00 committed by Git OBS Bridge
parent 04f6206772
commit b8f28608d5
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 6 09:26:46 UTC 2020 - Martin Liška <mliska@suse.cz>
- Use -fcommon in order to fix boo#1160407.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 24 11:12:11 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org> Fri Jan 24 11:12:11 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -73,13 +73,14 @@ with Data Center Bridging (DCB) for Intel(R) Network Connections
%patch0 -p1 %patch0 -p1
%build %build
%global optflags %{optflags} -fcommon
autoreconf -vi autoreconf -vi
%configure \ %configure \
--disable-static --disable-static
make %{?_smp_mflags} %make_build
%check %check
make check %{?_smp_mflags} %make_build check
%install %install
mkdir -p %{buildroot}/var/lib/lldpad mkdir -p %{buildroot}/var/lib/lldpad