]> git.ipfire.org Git - thirdparty/nftables.git/commit
build: disable --with-unitdir by default
authorPablo Neira Ayuso <pablo@netfilter.org>
Wed, 27 Aug 2025 13:51:10 +0000 (15:51 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 27 Aug 2025 14:56:04 +0000 (16:56 +0200)
commit107580cfa85c2abea5b8cfea447c5b8774ce61c3
treeef8bb667d68945c9936b90fe0ee1299b9fa4eed9
parent8d53772aeaede4b6d9479373c936cc2e09e711fb
build: disable --with-unitdir by default

Same behaviour as in the original patch:

  --with-unitdir auto-detects the systemd unit path.
  --with-unitdir=PATH uses the PATH

no --with-unitdir means this does not install the systemd unit file.

INSTALL file description looks fine for what this does after this
patch.

While at this, extend tests/build/ to cover for this new option.

Fixes: c4b17cf830510 ("tools: add a systemd unit for static rulesets")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
configure.ac
tests/build/run-tests.sh