]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commit
Fix propagation of libtirpc flags into build of test source.
authorJohn Wolfe <jwolfe@vmware.com>
Fri, 20 Nov 2020 16:37:30 +0000 (08:37 -0800)
committerJohn Wolfe <jwolfe@vmware.com>
Fri, 20 Nov 2020 16:37:30 +0000 (08:37 -0800)
commite82101b0cd6cdaaba8109e6c689f8d6edeb252cd
tree1b8b5e3665ea12fdac5401e58b6d3eee5f810418
parent3c20d288d6b1348ac5625c9b574db1edac16e8d9
Fix propagation of libtirpc flags into build of test source.

Starting with glibc 2.32, the Linux libc<n>-dev no longer provides
the /usr/include/rpc/rpc.h header.  The configure script will detect
the availability of the libtirpc package and use the rpc.h header
from /usr/include/tirpc/rpc/rpc.h.

This fix extends the necessary compilation and linking options to the
build of the open-vm-tools services test programs that utilize RPC.

Fixes: https://github.com/vmware/open-vm-tools/issues/468
Pull Request: https://github.com/vmware/open-vm-tools/pull/469
open-vm-tools/AUTHORS
open-vm-tools/tests/testDebug/Makefile.am
open-vm-tools/tests/testPlugin/Makefile.am
open-vm-tools/tests/vmrpcdbg/Makefile.am