Add libmnl require
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnetfilter_acct?expand=0&rev=2
This commit is contained in:
parent
0063dc5174
commit
f52a570628
@ -25,7 +25,8 @@ URL: http://netfilter.org/projects/libnetfilter_acct/
|
||||
Source: %name-%version.tar.xz
|
||||
Source3: baselibs.conf
|
||||
BuildRoot: %_tmppath/%name-%version-build
|
||||
BuildRequires: automake, libtool, pkgconfig xz
|
||||
BuildRequires: automake, libtool, pkgconfig, xz
|
||||
BuildRequires: pkgconfig(libmnl) >= 1.0.0
|
||||
Summary: Userspace library for the in-kernel Netfilter counters
|
||||
|
||||
%description
|
||||
@ -53,6 +54,9 @@ Netfilter extended accounting infrastructure.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
if [ ! -e configure ]; then
|
||||
autoreconf -fi;
|
||||
fi;
|
||||
%configure --disable-static --includedir=%_includedir/%name-%version
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user