mirror of git://sourceware.org/git/glibc.git
resolv: Do not install libnss_dns.a, libnss_dns.so
Fixes commit e1fcf21474
("resolv: Move nss_dns into libc").
This commit is contained in:
parent
ff417d4017
commit
20be978f05
|
@ -179,6 +179,14 @@ libanl-shared-only-routines += libanl-compat
|
||||||
subdir-dirs = nss_dns
|
subdir-dirs = nss_dns
|
||||||
vpath %.c nss_dns
|
vpath %.c nss_dns
|
||||||
|
|
||||||
|
# Build only an empty shared libnss_dns.
|
||||||
|
libnss_dns-inhibit-o = $(filter-out .os,$(object-suffixes))
|
||||||
|
|
||||||
|
# Pretend that libnss_dns.so is a linker script, so that the symbolic link
|
||||||
|
# is not installed.
|
||||||
|
install-lib-ldscripts = libnss_dns.so
|
||||||
|
$(inst_libdir)/libnss_dns.so:
|
||||||
|
|
||||||
ifeq ($(run-built-tests),yes)
|
ifeq ($(run-built-tests),yes)
|
||||||
ifneq (no,$(PERL))
|
ifneq (no,$(PERL))
|
||||||
tests-special += $(objpfx)mtrace-tst-leaks.out $(objpfx)mtrace-tst-leaks2.out \
|
tests-special += $(objpfx)mtrace-tst-leaks.out $(objpfx)mtrace-tst-leaks2.out \
|
||||||
|
|
Loading…
Reference in New Issue