projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23858bd
)
Fix logic when checking for thread package.
author
drepper
<drepper>
Thu, 12 Feb 1998 18:18:45 +0000
(18:18 +0000)
committer
drepper
<drepper>
Thu, 12 Feb 1998 18:18:45 +0000
(18:18 +0000)
pwd/Makefile
patch
|
blob
|
history
diff --git
a/pwd/Makefile
b/pwd/Makefile
index
a5d0d5c
..
6bb5b66
100644
(file)
--- a/
pwd/Makefile
+++ b/
pwd/Makefile
@@
-29,7
+29,7
@@
routines := fgetpwent getpw putpwent \
include ../Rules
# We can later add the names of other thread packages here.
-ifeq (,$(findstring linuxthreads,$(add-ons)))
+if
n
eq (,$(findstring linuxthreads,$(add-ons)))
CFLAGS-getpwuid_r.c = -DUSE_NSCD=1
CFLAGS-getpwnam_r.c = -DUSE_NSCD=1