contrib/rpm: configure defaults for iptables/nftables when generating distribution tarball

This commit is contained in:
Thomas Haller 2021-06-08 17:40:17 +02:00
parent 5c1181c6f3
commit e831a67cbc
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -203,6 +203,10 @@ if [[ $NO_DIST != 1 ]]; then
--with-nm-cloud-setup=yes \
--with-config-dhcp-default=internal \
--with-config-dns-rc-manager-default=auto \
\
--with-iptables=/usr/sbin/iptables \
--with-nft=/usr/sbin/nft \
\
|| die "Error autogen.sh"
if [[ $QUICK == 1 ]]; then
make dist -j 7 || die "Error make dist"