about summary refs log tree commit diff
path: root/resolv/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-07-19 07:55:27 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-07-19 07:56:21 +0200
commit66ac4268f48e4dbcb09b2b6128efa84a6564c1e6 (patch)
treea1fd2f3f479d53b3d44dd65f91455d2376b3876f /resolv/Makefile
parentbe5773e1668ab62e980b58c68c3ffd0fd65e31af (diff)
downloadglibc-66ac4268f48e4dbcb09b2b6128efa84a6564c1e6.tar.gz
glibc-66ac4268f48e4dbcb09b2b6128efa84a6564c1e6.tar.xz
glibc-66ac4268f48e4dbcb09b2b6128efa84a6564c1e6.zip
resolv: Move res_hostalias into its own file, along with hostalias
These deprecated symbols continue to be exported from libresolv.

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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/resolv/Makefile b/resolv/Makefile
index bfcca70f26..8c28afe5c4 100644
--- a/resolv/Makefile
+++ b/resolv/Makefile
@@ -152,6 +152,7 @@ libresolv-routines := \
   res_data \
   res_debug \
   res_enable_icmp \
+  res_hostalias \
   res_isourserver \
   res_mkquery \
   res_query \