Skip to content

Add in RPC library detection to support newer glibc with SunRPC removed.

Keith Thorne requested to merge keith-thorne/advligorts:branch-rpcfix1 into master

Use transport-independent RPC package (tirpc) if available, otherwise use RPC headers if still available. Mostly for non-Debian compiles, as Debian asserts non-default flag in glibc to retain the old RPC support

Merge request reports