]> 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, 11 Dec 2020 05:05:49 +0000 (21:05 -0800)
committerJohn Wolfe <jwolfe@vmware.com>
Fri, 11 Dec 2020 05:05:49 +0000 (21:05 -0800)
commitaa024778aa12e578e7d27b192a458fb497a644f6
tree3a243191312dd7a1e094a37e9c33481ae81a0df0
parentd3367358a7cff80effffbc7e5f9bc0c5fded3a48
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