diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-12-30 09:00:41 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-12-30 09:05:25 -0300 |
commit | bc1e344dc1fb7f406c42e03a63dd3dbf426af9e7 (patch) | |
tree | cc2d3f957a26937d3bf86cb2d587284867c3aefd | |
parent | 737e873b305d8a2d925a8e346b84910eae5a39b3 (diff) | |
download | glibc-bc1e344dc1fb7f406c42e03a63dd3dbf426af9e7.zip glibc-bc1e344dc1fb7f406c42e03a63dd3dbf426af9e7.tar.gz glibc-bc1e344dc1fb7f406c42e03a63dd3dbf426af9e7.tar.bz2 |
resolv: Do not install libanl.so symbolic link
-rw-r--r-- | resolv/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/resolv/Makefile b/resolv/Makefile index ed35338..5606eab 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 |