diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2017-03-11 11:36:58 +0100 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2017-03-11 11:36:58 +0100 |
commit | 6af0e5109484cc5a170c1c3c0b31a8cb0fb5ac04 (patch) | |
tree | 6a94f769a1eb962082fed454f470ae2f5f2f3afe /NEWS | |
parent | 93adfe2d797a2a43d2374553ac63f7507bbd1738 (diff) | |
download | glibc-6af0e5109484cc5a170c1c3c0b31a8cb0fb5ac04.tar glibc-6af0e5109484cc5a170c1c3c0b31a8cb0fb5ac04.tar.gz glibc-6af0e5109484cc5a170c1c3c0b31a8cb0fb5ac04.tar.bz2 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-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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] |