aboutsummaryrefslogtreecommitdiff
path: root/nis/Makefile
diff options
context:
space:
mode:
authorStan Shebs <stanshebs@google.com>2020-11-03 13:30:16 -0800
committerFangrui Song <i@maskray.me>2021-08-27 17:26:05 -0700
commitbd1e10723b0096d493ed0a4678834c5358bcabd7 (patch)
treecdaf51205a12849cdead7bca95becf7fbed2894c /nis/Makefile
parent87ac253d003ccd08b76c2984d39089374777bb0e (diff)
downloadglibc-bd1e10723b0096d493ed0a4678834c5358bcabd7.zip
glibc-bd1e10723b0096d493ed0a4678834c5358bcabd7.tar.gz
glibc-bd1e10723b0096d493ed0a4678834c5358bcabd7.tar.bz2
Update build process to create libnsl stub
Diffstat (limited to 'nis/Makefile')
-rw-r--r--nis/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/nis/Makefile b/nis/Makefile
index d77c6e0..1f8f153 100644
--- a/nis/Makefile
+++ b/nis/Makefile
@@ -34,7 +34,8 @@ databases = proto service hosts network grp pwd rpc ethers \
services := nis nisplus
endif
-extra-libs = libnsl
+# Suppress regular libnsl build in favor of the stub in google-nsl-stub.
+#extra-libs = libnsl
ifeq ($(build-obsolete-nsl),yes)
extra-libs += $(services:%=libnss_%)
endif