From: VMware, Inc <> Date: Wed, 26 Jan 2011 01:47:49 +0000 (-0800) Subject: open-vm-tools: link libvmtools to librt.so on Linux. X-Git-Tag: stable-8.8.0~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e1e981265b72049b586aee0205e4e6b0ab175ec0;p=thirdparty%2Fopen-vm-tools.git open-vm-tools: link libvmtools to librt.so on Linux. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac index 266a82276..69c6d0003 100644 --- a/open-vm-tools/configure.ac +++ b/open-vm-tools/configure.ac @@ -981,6 +981,8 @@ if test "$os" = "linux"; then CPPFLAGS="$CPPFLAGS -D_BSD_SOURCE" CPPFLAGS="$CPPFLAGS -D_SVID_SOURCE" + LIBVMTOOLS_LIBADD="$LIBVMTOOLS_LIBADD -lrt" + MODULES="$MODULES vmsync vmci vsock" MODULES="$MODULES vmxnet vmblock vmhgfs" buildHgfsmounter=yes