mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 07:20:11 +00:00
Update build process to create libnsl stub
This commit is contained in:
parent
87ac253d00
commit
bd1e10723b
@ -1248,7 +1248,7 @@ all-subdirs = csu assert ctype locale intl catgets math setjmp signal \
|
||||
grp pwd posix io termios resource misc socket sysvipc gmon \
|
||||
gnulib iconv iconvdata wctype manual shadow gshadow po argp \
|
||||
crypt localedata timezone rt conform debug mathvec support \
|
||||
dlfcn elf
|
||||
dlfcn elf google-nsl-stub
|
||||
|
||||
ifndef avoid-generated
|
||||
# sysd-sorted itself will contain rules making the sysd-sorted target
|
||||
|
@ -1 +1 @@
|
||||
.*-.*-.* libnsl=1
|
||||
libnsl=1
|
||||
|
@ -34,7 +34,8 @@ databases = proto service hosts network grp pwd rpc ethers \
|
||||
services := nis nisplus
|
||||
endif
|
||||
|
||||
extra-libs = libnsl
|
||||
# Suppress regular libnsl build in favor of the stub in google-nsl-stub.
|
||||
#extra-libs = libnsl
|
||||
ifeq ($(build-obsolete-nsl),yes)
|
||||
extra-libs += $(services:%=libnss_%)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user