gluster / nbd-runner

Network Block Device for Distributed Storages, such as Gluster, Ceph, Azure, etc.
GNU General Public License v2.0
11 stars 4 forks source link

configure.ac: add --with-tirpc option support #7

Closed lxbsz closed 5 years ago

lxbsz commented 5 years ago

glibc has removed the rpc functions from current releases. Instead of relying on glibc providing these, the modern libtirpc library should be used instead. For the old glibc version or some distribute we will still use the glibc instead.

Signed-off-by: Xiubo Li xiubli@redhat.com