Accepting request 660224 from home:mnhauke:security
- Don't enable support for nDPI by default OBS-URL: https://build.opensuse.org/request/show/660224 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/pmacct?expand=0&rev=87
This commit is contained in:
parent
90116bb5c2
commit
c7591d124a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 20 08:46:10 UTC 2018 - mardnh@gmx.de
|
||||
|
||||
- Don't enable support for nDPI by default
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 17 10:27:58 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -20,6 +20,8 @@
|
||||
%define _fillupdir /var/adm/fillup-templates
|
||||
%endif
|
||||
|
||||
%bcond_with ndpi
|
||||
|
||||
Name: pmacct
|
||||
Version: 1.7.2
|
||||
Release: 0
|
||||
@ -50,7 +52,9 @@ BuildRequires: sqlite-devel >= 3.0.0
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: pkgconfig(geoip)
|
||||
BuildRequires: pkgconfig(jansson)
|
||||
%if %{with ndpi}
|
||||
BuildRequires: pkgconfig(libndpi)
|
||||
%endif
|
||||
%if 0%{?is_opensuse} == 1
|
||||
BuildRequires: libnetfilter_log-devel
|
||||
%endif
|
||||
@ -83,6 +87,9 @@ export CFLAGS="%{optflags} -Wno-return-type -D_FORTIFY_SOURCE=0"
|
||||
--enable-mysql \
|
||||
--enable-pgsql \
|
||||
--enable-sqlite3 \
|
||||
%if %{with ndpi}
|
||||
--enable-ndpi \
|
||||
%endif
|
||||
--enable-geoip \
|
||||
%if 0%{?suse_version} >= 1310 && 0%{?is_opensuse} == 1
|
||||
--enable-jansson \
|
||||
|
Loading…
x
Reference in New Issue
Block a user