summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-01-12 08:42:56 +0100
committerFlorian Weimer <fweimer@redhat.com>2018-01-12 08:42:56 +0100
commit9a08a366a7e7ddffe62113a9ffe5e50605ea0924 (patch)
tree05ef78ad468157201449fa0268c094509f2feed5 /ChangeLog
parentf172187b2d5bd9d22a5311b3ecd89d4ce5dbd2da (diff)
downloadglibc-9a08a366a7e7ddffe62113a9ffe5e50605ea0924.tar.gz
glibc-9a08a366a7e7ddffe62113a9ffe5e50605ea0924.tar.xz
glibc-9a08a366a7e7ddffe62113a9ffe5e50605ea0924.zip
libnsl: Do not install libnsl.so, libnsl.a if NIS is disabled [BZ #22701]
This also skips building the .o files for libnsl.a.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b451ff2c6..eb739177fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-01-12  Florian Weimer  <fweimer@redhat.com>
+
+	[BZ #22701]
+	* nis/Makefile (install-lib-ldscripts, $(inst_libdir)/libnsl.so):
+	Prevent installation of libnsl.so.
+	(libnsl-inhibit-o): Do not build (or install) static libraries.
+
 2018-01-12  Rafal Luzynski <digitalfreak@lingonborough.com>
 	    Egmont Koblinger  <egmont@gmail.com>