]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
open-vm-tools: link libvmtools to librt.so on Linux.
authorVMware, Inc <>
Wed, 26 Jan 2011 01:47:49 +0000 (17:47 -0800)
committerMarcelo Vanzin <mvanzin@vmware.com>
Wed, 26 Jan 2011 01:47:49 +0000 (17:47 -0800)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/configure.ac

index 266a822766e7888c7d69594e7a13c0439c0b48a5..69c6d0003efb5995583fc02f5e454f04d3eca329 100644 (file)
@@ -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