mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
BZ#13696: Add --disable-nscd configure option.
This commit is contained in:
@ -38,14 +38,14 @@ include ../Rules
|
||||
|
||||
ifeq ($(have-thread-library),yes)
|
||||
|
||||
CFLAGS-getgrgid_r.c = -DUSE_NSCD=1 -fexceptions
|
||||
CFLAGS-getgrnam_r.c = -DUSE_NSCD=1 -fexceptions
|
||||
CFLAGS-getgrgid_r.c = -fexceptions
|
||||
CFLAGS-getgrnam_r.c = -fexceptions
|
||||
CFLAGS-getgrent_r.c = -fexceptions
|
||||
CFLAGS-getgrent.c = -fexceptions
|
||||
CFLAGS-fgetgrent.c = -fexceptions
|
||||
CFLAGS-fgetgrent_r.c = -fexceptions $(libio-mtsafe)
|
||||
CFLAGS-putgrent.c = -fexceptions $(libio-mtsafe)
|
||||
CFLAGS-initgroups.c = -DUSE_NSCD=1 -fexceptions
|
||||
CFLAGS-initgroups.c = -fexceptions
|
||||
CFLAGS-getgrgid.c = -fexceptions
|
||||
|
||||
endif
|
||||
|
Reference in New Issue
Block a user