]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/rules/meson.build
meson: allow building resolved and machined without nss modules
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 18 Jul 2018 00:25:57 +0000 (09:25 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 23 Jul 2018 12:03:05 +0000 (14:03 +0200)
commit08540a9591efe105439be81fc43d6dc65b715978
treef8de726a1c697826b93d530280bf1ca88e53c899
parenta0cb8078b10d7dddd9f77d8a306033b35acf4c83
meson: allow building resolved and machined without nss modules

This adds -Dnss-resolve= and -Dnss-mymachines= meson options.
By using this option, e.g., resolved can be built without nss-resolve.
When no nss modules are built, then test-nss is neither built.

Also, This changes the option name -Dmyhostname= to -Dnss-myhostname=
for consistency to other nss related options.

Closes #9596.
man/nss-myhostname.xml
man/nss-mymachines.xml
man/nss-resolve.xml
man/rules/meson.build
meson.build
meson_options.txt
src/test/meson.build
src/test/test-nss.c