Dominique Leuenberger
70390920d1
Updating to version 9.10.0. Highlights include: - Update to open-vm-tools-9.10.0-2476743: - Build using gcc4.7 for SLES11 environments to avoid mul64.h dependency problem for i586 architectures (Note - This prevents building on <= SLES11SP2) - Add libmspack BuildRequires (required by deploypkg). - Add openssl BuildRequires (required by grabbitmqproxy and vgauth). - Compile using --without-xmlsecurity and --without-xerces as pkgconfig(xml-security-c) is not yet available in the build service, (this disables vgauth support). - Disable deploypkg for older versions of SLES and openSUSE. - Disable ssl for older versions of SLES and openSUSE (this disables grabbitmqproxy and vgauth). - Update spec file to be compatible with SLES and openSUSE. OBS-URL: https://build.opensuse.org/request/show/309111 OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=294
13 lines
443 B
Diff
13 lines
443 B
Diff
Index: open-vm-tools-9.10.0-2476743/services/plugins/dndcp/xutils/xutils.cc
|
|
===================================================================
|
|
--- open-vm-tools-9.10.0-2476743.orig/services/plugins/dndcp/xutils/xutils.cc
|
|
+++ open-vm-tools-9.10.0-2476743/services/plugins/dndcp/xutils/xutils.cc
|
|
@@ -29,6 +29,7 @@
|
|
#include <X11/Xlib.h>
|
|
#include <X11/Xatom.h>
|
|
#include <gdk/gdkx.h>
|
|
+#include <cstring>
|
|
|
|
extern "C" {
|
|
#include "vm_assert.h"
|