From 6af0e5109484cc5a170c1c3c0b31a8cb0fb5ac04 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Sat, 11 Mar 2017 11:36:58 +0100 Subject: 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 --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') 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] -- cgit v1.2.3