diff options
-rw-r--r-- | resolv/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
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 |