diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-08-22 13:35:55 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-08-22 13:35:55 -0700 |
commit | c53d909c80a6c61a96e488b7efc0b1d41d56a4ea (patch) | |
tree | 657bd84a3214797bdc56201fca26fe9e92ce6713 /nscd | |
parent | 3cc3ef96d6c060e9d45b43f5482dc4e03945b30e (diff) | |
download | glibc-c53d909c80a6c61a96e488b7efc0b1d41d56a4ea.zip glibc-c53d909c80a6c61a96e488b7efc0b1d41d56a4ea.tar.gz glibc-c53d909c80a6c61a96e488b7efc0b1d41d56a4ea.tar.bz2 |
Add --disable-build-nscd configure option.
Diffstat (limited to 'nscd')
-rw-r--r-- | nscd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/Makefile b/nscd/Makefile index de26f06..c26ddb1 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 |