mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-12 16:20:06 +00:00
Fix build problem in sunrpc.
This commit is contained in:
parent
00401ad5b0
commit
877175d8ea
@ -1,3 +1,7 @@
|
|||||||
|
2011-04-20 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
|
* sunrpc/Makefile: Move inclusion of Rules.
|
||||||
|
|
||||||
2011-04-19 Ulrich Drepper <drepper@gmail.com>
|
2011-04-19 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
* nss/nss_files/files-initgroups.c: New file.
|
* nss/nss_files/files-initgroups.c: New file.
|
||||||
|
@ -116,6 +116,8 @@ librpcsvc-inhibit-o = .os # Build no shared rpcsvc library.
|
|||||||
omit-deps = $(librpcsvc-routines)
|
omit-deps = $(librpcsvc-routines)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
include ../Rules
|
||||||
|
|
||||||
ifeq (yes,$(build-shared))
|
ifeq (yes,$(build-shared))
|
||||||
rpc-compat-routines = $(addprefix compat-,$(need-export-routines))
|
rpc-compat-routines = $(addprefix compat-,$(need-export-routines))
|
||||||
rpc-compat-routines.os = $(addprefix $(objpfx), \
|
rpc-compat-routines.os = $(addprefix $(objpfx), \
|
||||||
@ -148,8 +150,6 @@ CFLAGS-openchild.c = -fexceptions
|
|||||||
|
|
||||||
CPPFLAGS += -D_RPC_THREAD_SAFE_
|
CPPFLAGS += -D_RPC_THREAD_SAFE_
|
||||||
|
|
||||||
include ../Rules
|
|
||||||
|
|
||||||
$(objpfx)tst-getmyaddr: $(common-objpfx)linkobj/libc.so
|
$(objpfx)tst-getmyaddr: $(common-objpfx)linkobj/libc.so
|
||||||
$(objpfx)tst-xdrmem: $(common-objpfx)linkobj/libc.so
|
$(objpfx)tst-xdrmem: $(common-objpfx)linkobj/libc.so
|
||||||
$(objpfx)tst-xdrmem2: $(common-objpfx)linkobj/libc.so
|
$(objpfx)tst-xdrmem2: $(common-objpfx)linkobj/libc.so
|
||||||
|
Loading…
Reference in New Issue
Block a user