mirror of git://sourceware.org/git/glibc.git
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>
|
2012-05-10 Thomas Schwinge <thomas@schwinge.name>
|
||||||
|
|
||||||
* sysdeps/mach/hurd/opendir.c (__opendirat): New function.
|
* sysdeps/mach/hurd/opendir.c (__opendirat): New function.
|
||||||
|
|
|
@ -80,15 +80,14 @@ install-rootsbin += ldconfig
|
||||||
|
|
||||||
ldconfig-modules := cache readlib xmalloc xstrdup chroot_canon
|
ldconfig-modules := cache readlib xmalloc xstrdup chroot_canon
|
||||||
extra-objs += $(ldconfig-modules:=.o)
|
extra-objs += $(ldconfig-modules:=.o)
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
pldd-modules := xmalloc
|
pldd-modules := xmalloc
|
||||||
|
|
||||||
# To find xmalloc.c and xstrdup.c
|
# To find xmalloc.c and xstrdup.c
|
||||||
vpath %.c ../locale/programs
|
vpath %.c ../locale/programs
|
||||||
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(have-ksh)$(build-shared),yesyes)
|
ifeq ($(have-ksh)$(build-shared),yesyes)
|
||||||
extra-objs += sotruss-lib.os sotruss-lib.so
|
extra-objs += sotruss-lib.os sotruss-lib.so
|
||||||
install-others += $(inst_auditdir)/sotruss-lib.so
|
install-others += $(inst_auditdir)/sotruss-lib.so
|
||||||
|
|
Loading…
Reference in New Issue