From 3ab2021feae3b5ae6ef0a7fd30eeef2cfa688a17 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Wed, 25 Jan 2017 12:54:57 -0800 Subject: Fix build with --enable-static-nss [BZ #21088] Signed-off-by: Alexey Neyman --- nss/nsswitch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nss/nsswitch.c') diff --git a/nss/nsswitch.c b/nss/nsswitch.c index 0a65f6ad0c..8f31658523 100644 --- a/nss/nsswitch.c +++ b/nss/nsswitch.c @@ -94,7 +94,7 @@ static name_database *service_table; static name_database_entry *defconfig_entries; -#ifdef USE_NSCD +#if defined USE_NSCD && (!defined DO_STATIC_NSS || defined SHARED) /* Nonzero if this is the nscd process. */ static bool is_nscd; /* The callback passed to the init functions when nscd is used. */ -- cgit 1.4.1