summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-12-07 08:45:15 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-12-07 19:46:02 +0100
commit7e0079f95f9b7306b40f2300301af80d915e15e4 (patch)
treec2add234e90f7bd29b01d16685a7a001c6ecd749 /meson.build
parentMerge pull request #17874 from DaanDeMeyer/mkosi-build-verbosity (diff)
downloadsystemd-7e0079f95f9b7306b40f2300301af80d915e15e4.tar.xz
systemd-7e0079f95f9b7306b40f2300301af80d915e15e4.zip
Make support for nscd flushing optional
Fedora will deprecate support for nscd in the upcoming release [1] and plans to drop it in the next one [2]. At that point we might as well build systemd without that support too, since there'll be nothing to talk too. [1] https://fedoraproject.org/wiki/Changes/DeprecateNSCD [2] https://fedoraproject.org/wiki/Changes/RemoveNSCD
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 75eb6fc1dc..5d9413a5bb 100644
--- a/meson.build
+++ b/meson.build
@@ -1460,6 +1460,7 @@ foreach term : ['analyze',
'ima',
'initrd',
'compat-mutable-uid-boundaries',
+ 'nscd',
'ldconfig',
'localed',
'logind',
@@ -3763,6 +3764,7 @@ foreach tuple : [
['idn'],
['initrd'],
['compat-mutable-uid-boundaries'],
+ ['nscd'],
['libidn2'],
['libidn'],
['libiptc'],