diff options
author | Andreas Schwab <schwab@suse.de> | 2017-10-10 14:09:02 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2017-10-11 15:51:52 +0200 |
commit | 2faa42daa886cc176dfc10fef2308c9191a6ec7f (patch) | |
tree | 3d40397552004382b7da9af9da37692657fc7dec /nis | |
parent | d8425e116cdd954fea0c04c0f406179b5daebbb3 (diff) | |
download | glibc-2faa42daa886cc176dfc10fef2308c9191a6ec7f.tar glibc-2faa42daa886cc176dfc10fef2308c9191a6ec7f.tar.gz glibc-2faa42daa886cc176dfc10fef2308c9191a6ec7f.tar.bz2 glibc-2faa42daa886cc176dfc10fef2308c9191a6ec7f.zip |
nscd: remove reference to libnsl
This removes the dependency on libnsl from nscd. It only used __nis_hash,
build its own copy under the name __nscd_hash.
Diffstat (limited to 'nis')
-rw-r--r-- | nis/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nis/Makefile b/nis/Makefile index 023916f446..e602b09e37 100644 --- a/nis/Makefile +++ b/nis/Makefile @@ -22,8 +22,6 @@ subdir := nis include ../Makeconfig -aux := nis_hash - ifeq ($(build-obsolete-nsl),yes) headers := $(wildcard rpcsvc/*.[hx]) |