about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2017-03-11 11:36:58 +0100
committerThorsten Kukuk <kukuk@thkukuk.de>2017-03-11 11:36:58 +0100
commit6af0e5109484cc5a170c1c3c0b31a8cb0fb5ac04 (patch)
tree6a94f769a1eb962082fed454f470ae2f5f2f3afe /NEWS
parent93adfe2d797a2a43d2374553ac63f7507bbd1738 (diff)
downloadglibc-6af0e5109484cc5a170c1c3c0b31a8cb0fb5ac04.tar.gz
glibc-6af0e5109484cc5a170c1c3c0b31a8cb0fb5ac04.tar.xz
glibc-6af0e5109484cc5a170c1c3c0b31a8cb0fb5ac04.zip
If sunrpc code is disabled, rpcsvc header files, rpcgen and
librpcsvc.a should not be installed, too.

	* sunrpc/Makefile: don't build and install rpcsvc header
	files, rpcgen and librpcsvc.a by default.

Signed-off-by: Thorsten Kukuk <kukuk@suse.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d87e9ce320..9efe1e5c0e 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,12 @@ Version 2.26
   transliteration tables are all updated to Unicode 9.0.0, using
   generator scripts contributed by Mike FABIAN (Red Hat).
 
+* The rpcgen, librpcsvc and related headers will only be built and
+  installed when glibc is configured with --enable-obsolete-rpc.
+  This allows alternative RPC implementations, like TIRPC, to be used
+  by default. Applications needing features missing from TIRPC should
+  consider the rpcsvc-proto project developed by Thorsten Kukuk (SUSE).
+
 Security related changes:
 
   [Add security related changes here]