This commit is contained in:
parent
03f3b19cf7
commit
73388b67d8
@ -42,7 +42,9 @@ BuildRequires: pkgconfig(libnetfilter_cthelper) >= 1.0.0
|
||||
BuildRequires: pkgconfig(libnetfilter_cttimeout) >= 1.0.0
|
||||
BuildRequires: pkgconfig(libnetfilter_queue) >= 1.0.2
|
||||
BuildRequires: pkgconfig(libnfnetlink) >= 1.0.1
|
||||
%if 0%{?suse_version} >= 1330
|
||||
BuildRequires: pkgconfig(libsystemd) >= 227
|
||||
%endif
|
||||
|
||||
%description
|
||||
The conntrack-tools are a set of tools targeted at system
|
||||
@ -60,7 +62,11 @@ collector as well.
|
||||
find doc -type f -name '*.orig' -delete
|
||||
|
||||
%build
|
||||
%configure --disable-static --enable-systemd
|
||||
%configure \
|
||||
%if 0%{?suse_version} >= 1330
|
||||
--enable-systemd \
|
||||
%endif
|
||||
--disable-static
|
||||
# CC read_config_lex.o
|
||||
#read_config_lex.l:24:28: fatal error: read_config_yy.h: No such file or
|
||||
#directory
|
||||
|
Loading…
Reference in New Issue
Block a user