From c53d909c80a6c61a96e488b7efc0b1d41d56a4ea Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 22 Aug 2012 13:35:55 -0700 Subject: Add --disable-build-nscd configure option. --- nscd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nscd') diff --git a/nscd/Makefile b/nscd/Makefile index de26f06c05..c26ddb1f67 100644 --- a/nscd/Makefile +++ b/nscd/Makefile @@ -38,7 +38,7 @@ nscd-modules := nscd connections pwdcache getpwnam_r getpwuid_r grpcache \ xmalloc xstrdup aicache initgrcache gai res_hconf \ netgroupcache -ifeq ($(have-thread-library),yes) +ifeq ($(build-nscd)$(have-thread-library),yesyes) others += nscd others-pie += nscd -- cgit 1.4.1