mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Hurd: Build pldd also if use-ldconfig != yes || build-shared != yes
This commit is contained in:
parent
80b4e5f3ef
commit
6103ae3b0e
@ -1,3 +1,7 @@
|
||||
2012-05-10 Thomas Schwinge <thomas@schwinge.name>
|
||||
|
||||
* elf/Makefile (pldd-modules): Define unconditionally.
|
||||
|
||||
2012-05-10 Thomas Schwinge <thomas@schwinge.name>
|
||||
|
||||
* sysdeps/mach/hurd/opendir.c (__opendirat): New function.
|
||||
|
@ -80,15 +80,14 @@ install-rootsbin += ldconfig
|
||||
|
||||
ldconfig-modules := cache readlib xmalloc xstrdup chroot_canon
|
||||
extra-objs += $(ldconfig-modules:=.o)
|
||||
endif
|
||||
endif
|
||||
|
||||
pldd-modules := xmalloc
|
||||
|
||||
# To find xmalloc.c and xstrdup.c
|
||||
vpath %.c ../locale/programs
|
||||
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(have-ksh)$(build-shared),yesyes)
|
||||
extra-objs += sotruss-lib.os sotruss-lib.so
|
||||
install-others += $(inst_auditdir)/sotruss-lib.so
|
||||
|
Loading…
Reference in New Issue
Block a user