diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-07-19 07:55:27 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-07-19 07:56:57 +0200 |
commit | e1fcf21474c5b522fdad4ac0191d5dcc3271dba6 (patch) | |
tree | 184510f50529327abba7a2c3b86222f04f0566b1 /resolv/Makefile | |
parent | ea9878ec271c791880fcbbe519d70c42f8113750 (diff) | |
download | glibc-e1fcf21474c5b522fdad4ac0191d5dcc3271dba6.tar glibc-e1fcf21474c5b522fdad4ac0191d5dcc3271dba6.tar.gz glibc-e1fcf21474c5b522fdad4ac0191d5dcc3271dba6.tar.bz2 glibc-e1fcf21474c5b522fdad4ac0191d5dcc3271dba6.zip |
resolv: Move nss_dns into libc
No abilist updates are needed because the symbols were GLIBC_PRIVATE.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'resolv/Makefile')
-rw-r--r-- | resolv/Makefile | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/resolv/Makefile b/resolv/Makefile index 4ba58dfa96..dd0a98c74f 100644 --- a/resolv/Makefile +++ b/resolv/Makefile @@ -31,6 +31,9 @@ routines := \ dn_comp \ dn_expand \ dn_skipname \ + dns-canon \ + dns-host \ + dns-network \ herror \ inet_addr \ inet_ntop \ @@ -175,18 +178,6 @@ libanl-shared-only-routines += libanl-compat subdir-dirs = nss_dns vpath %.c nss_dns -libnss_dns-routines := \ - dns-canon \ - dns-host \ - dns-network \ - # libnss_dns-routines - -libnss_dns-inhibit-o = $(filter-out .os,$(object-suffixes)) -ifeq ($(build-static-nss),yes) -routines += $(libnss_dns-routines) $(libresolv-routines) -static-only-routines += $(libnss_dns-routines) $(libresolv-routines) -endif - ifeq ($(run-built-tests),yes) ifneq (no,$(PERL)) tests-special += $(objpfx)mtrace-tst-leaks.out $(objpfx)mtrace-tst-leaks2.out \ |