slaanesh pushed to open-vm-tools (el6). "Added a patch for missing NetIpRouteConfigInfo (BZ#1189295)"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri May 15 09:27:03 UTC 2015


From e8ce26bf642c45c16a054f78ae10bf57abffe532 Mon Sep 17 00:00:00 2001
From: Ravindra Kumar <ravindrakumar at vmware.com>
Date: Tue, 3 Feb 2015 20:42:45 -0800
Subject: Added a patch for missing NetIpRouteConfigInfo (BZ#1189295)


diff --git a/ip_route_config.patch b/ip_route_config.patch
new file mode 100644
index 0000000..52d990b
--- /dev/null
+++ b/ip_route_config.patch
@@ -0,0 +1,21 @@
+--- open-vm-tools-9.4.6-1770165/configure.ac.orig	2015-02-03 18:42:39.431466158 -0800
++++ open-vm-tools-9.4.6-1770165/configure.ac	2015-02-03 18:43:15.338468630 -0800
+@@ -1032,7 +1032,7 @@
+ AM_CONDITIONAL(HAVE_GNU_LD, test "$with_gnu_ld" = "yes")
+ AM_CONDITIONAL(HAVE_GTKMM, test "$have_x" = "yes" -a "$with_gtkmm" = "yes")
+ AM_CONDITIONAL(HAVE_PAM, test "$with_pam" = "yes")
+-AM_CONDITIONAL(USE_SLASH_PROC, test "os" = "linux" -a "$have_glib_2_14" = "yes")
++AM_CONDITIONAL(USE_SLASH_PROC, test "$os" = "linux" -a "$have_glib_2_14" = "yes")
+ AM_CONDITIONAL(USE_PRINTF_WRAPPERS, test "$bsdPrintfWrappers" = "yes")
+ 
+ if test "$have_xsm" != "yes"; then
+--- open-vm-tools-9.4.6-1770165/services/plugins/guestInfo/getlib/Makefile.am.orig	2015-02-03 18:48:55.528772952 -0800
++++ open-vm-tools-9.4.6-1770165/services/plugins/guestInfo/getlib/Makefile.am	2015-02-03 18:52:51.597199001 -0800
+@@ -28,4 +28,6 @@
+ libGuestInfo_la_CPPFLAGS += -I$(srcdir)/..
+ 
+ AM_CFLAGS = $(DNET_CPPFLAGS)
+-
++if USE_SLASH_PROC
++AM_CFLAGS += -DUSE_SLASH_PROC
++endif
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/open-vm-tools.git/commit/?h=el6&id=e8ce26bf642c45c16a054f78ae10bf57abffe532


More information about the scm-commits mailing list