nftables: add --with-python and point it to python3
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
6da20b2085
commit
c78b0f2cd6
@ -57,7 +57,7 @@ The nftables python module provides an interface to libnftables via ctypes.
|
||||
|
||||
%build
|
||||
#./autogen.sh
|
||||
%configure --disable-silent-rules --with-xtables --with-json
|
||||
%configure --disable-silent-rules --with-xtables --with-json --enable-python --with-python-bin=/usr/bin/python3
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user