From bc1e344dc1fb7f406c42e03a63dd3dbf426af9e7 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Thu, 30 Dec 2021 09:00:41 -0300 Subject: resolv: Do not install libanl.so symbolic link --- resolv/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'resolv') diff --git a/resolv/Makefile b/resolv/Makefile index ed353386d9..5606eab1fd 100644 --- a/resolv/Makefile +++ b/resolv/Makefile @@ -180,6 +180,11 @@ $(libanl-routines-var) += \ libanl-routines += libanl-compat libanl-shared-only-routines += libanl-compat +# Pretend that libanl.so is a linker script, so that the symbolic link +# is not installed. +install-lib-ldscripts = libanl.so +$(inst_libdir)/libanl.so: + subdir-dirs = nss_dns vpath %.c nss_dns -- cgit 1.4.1