diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-01-29 17:00:14 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-01-29 17:42:30 +0100 |
commit | cdd14619a713ab41e26ba700add4880604324dbb (patch) | |
tree | dc0129bed806b525deae5fc481170ccdb4ef048b /nis/Makefile | |
parent | b7ccb5de359e8dd9918dbedfc1f4d96e06fcd634 (diff) | |
download | glibc-cdd14619a713ab41e26ba700add4880604324dbb.tar glibc-cdd14619a713ab41e26ba700add4880604324dbb.tar.gz glibc-cdd14619a713ab41e26ba700add4880604324dbb.tar.bz2 glibc-cdd14619a713ab41e26ba700add4880604324dbb.zip |
libnsl: Turn remaining symbols into compat symbols [BZ #22701]
Diffstat (limited to 'nis/Makefile')
-rw-r--r-- | nis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nis/Makefile b/nis/Makefile index e7497f7242..d77c6e0c8e 100644 --- a/nis/Makefile +++ b/nis/Makefile @@ -58,9 +58,10 @@ libnsl-routines = yp_xdr ypclnt ypupdate_xdr \ nis_print_group_entry nis_domain_of nis_domain_of_r\ nis_modify nis_remove nis_add nis_defaults\ nis_findserv nis_callback nis_clone_dir nis_clone_obj\ - nis_clone_res nss-default + nis_clone_res ifeq ($(build-obsolete-nsl),yes) +libnsl-routines += nss-default libnss_nis-routines := $(addprefix nis-,$(databases)) nis-initgroups \ nss-nis libnss_nis-inhibit-o = $(filter-out .os,$(object-suffixes)) |