Accepting request 813451 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/813451 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pmacct?expand=0&rev=7
This commit is contained in:
commit
f163897664
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 7 20:37:36 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Set CFLAGS+=-fcommon
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 30 07:47:03 UTC 2020 - Marcus Meissner <meissner@suse.com>
|
Mon Mar 30 07:47:03 UTC 2020 - Marcus Meissner <meissner@suse.com>
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ Source10: nfacctd.conf
|
|||||||
Source11: pmacctd.conf
|
Source11: pmacctd.conf
|
||||||
Source12: sfacctd.conf
|
Source12: sfacctd.conf
|
||||||
Source20: pmacct.1
|
Source20: pmacct.1
|
||||||
Patch0: pmacct-fix-overflow.patch
|
Patch0: pmacct-fix-overflow.patch
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: libmysqlclient-devel
|
BuildRequires: libmysqlclient-devel
|
||||||
@ -81,7 +81,7 @@ chmod -x sql/pmacct-*
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
export CFLAGS="%{optflags} -Wno-return-type"
|
export CFLAGS="%{optflags} -Wno-return-type -fcommon"
|
||||||
%configure \
|
%configure \
|
||||||
--sysconfdir=%{_sysconfdir}/%{name} \
|
--sysconfdir=%{_sysconfdir}/%{name} \
|
||||||
--docdir="%{_docdir}/%{name}" \
|
--docdir="%{_docdir}/%{name}" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user