From 20be978f05dd0617ae5ba041aafc8abed4c06cb7 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 20 Jul 2021 12:27:23 +0200 Subject: resolv: Do not install libnss_dns.a, libnss_dns.so Fixes commit e1fcf21474c5b522f ("resolv: Move nss_dns into libc"). --- resolv/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'resolv') diff --git a/resolv/Makefile b/resolv/Makefile index 31d27454b4..e138a1fdac 100644 --- a/resolv/Makefile +++ b/resolv/Makefile @@ -179,6 +179,14 @@ libanl-shared-only-routines += libanl-compat subdir-dirs = 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) ifneq (no,$(PERL)) tests-special += $(objpfx)mtrace-tst-leaks.out $(objpfx)mtrace-tst-leaks2.out \ -- cgit 1.4.1