diff options
author | DJ Delorie <dj@redhat.com> | 2020-02-19 12:31:09 -0500 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2020-03-13 16:43:19 -0400 |
commit | dcf46d3fe5ad8e93f25ad90771484aa22c2ca4fc (patch) | |
tree | 7384d2a94cdb28261ca76c53a49cea034067ef93 /nscd/Makefile | |
parent | 2de7fe62534b7a6461c633114f03e9dff394f5f7 (diff) | |
download | glibc-dcf46d3fe5ad8e93f25ad90771484aa22c2ca4fc.tar glibc-dcf46d3fe5ad8e93f25ad90771484aa22c2ca4fc.tar.gz glibc-dcf46d3fe5ad8e93f25ad90771484aa22c2ca4fc.tar.bz2 glibc-dcf46d3fe5ad8e93f25ad90771484aa22c2ca4fc.zip |
nscd: add cache dumper
Diffstat (limited to 'nscd/Makefile')
-rw-r--r-- | nscd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/Makefile b/nscd/Makefile index e12b9f11f1..87c571c228 100644 --- a/nscd/Makefile +++ b/nscd/Makefile @@ -36,7 +36,7 @@ nscd-modules := nscd connections pwdcache getpwnam_r getpwuid_r grpcache \ getsrvbynm_r getsrvbypt_r servicescache \ dbg_log nscd_conf nscd_stat cache mem nscd_setup_thread \ xmalloc xstrdup aicache initgrcache gai res_hconf \ - netgroupcache + netgroupcache cachedumper ifeq ($(build-nscd)$(have-thread-library),yesyes) |