]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commit
open-vm-tools: build with tirpc
authorOliver Kurth <okurth@vmware.com>
Tue, 19 Jun 2018 18:07:45 +0000 (11:07 -0700)
committerOliver Kurth <okurth@vmware.com>
Tue, 19 Jun 2018 18:07:45 +0000 (11:07 -0700)
commitbba52bfa5b29c8860f18200022db5b8b250d326b
treee50df67b5c7d5c3ad84ed6ecd99b0478ffb6425c
parent5c0b9496db96af9ea5e4b3b1321f0612a3f62d99
open-vm-tools: build with tirpc

Newer distros (Fedora, OpenSuSE Tumblweed) no longer ship rpcgen with glibc,
so we need to build with libtirpc (see
https://bugzilla.redhat.com/show_bug.cgi?id=1531540 and
https://bugzilla.suse.com/show_bug.cgi?id=1089181).
With this change, configure will check for the presence of libtirpc and
if found, sets flags to build with it. configure will also exit with an
error if rpcgen is not found.
19 files changed:
open-vm-tools/configure.ac
open-vm-tools/lib/dynxdr/Makefile.am
open-vm-tools/lib/dynxdr/dynxdr.c
open-vm-tools/lib/guestRpc/Makefile.am
open-vm-tools/lib/netUtil/Makefile.am
open-vm-tools/lib/nicInfo/Makefile.am
open-vm-tools/lib/rpcChannel/Makefile.am
open-vm-tools/lib/slashProc/Makefile.am
open-vm-tools/lib/slashProc/net.c
open-vm-tools/libguestlib/Makefile.am
open-vm-tools/services/plugins/dndcp/Makefile.am
open-vm-tools/services/plugins/guestInfo/Makefile.am
open-vm-tools/services/plugins/resolutionKMS/resolutionKMS.c
open-vm-tools/services/plugins/resolutionSet/resolutionSet.c
open-vm-tools/services/plugins/vix/Makefile.am
open-vm-tools/services/plugins/vix/vixTools.c
open-vm-tools/services/plugins/vmbackup/Makefile.am
open-vm-tools/services/plugins/vmbackup/stateMachine.c
open-vm-tools/toolbox/Makefile.am