Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/openvmtools: configure fix USE_SLASH_PROC
@ 2015-02-08 23:22 Romain Naour
  2015-02-08 23:22 ` [Buildroot] [PATCH 2/3] package/openvmtools: fix syncDriverPosix Romain Naour
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Romain Naour @ 2015-02-08 23:22 UTC (permalink / raw)
  To: buildroot

Backport a patch from Fedora

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
 package/openvmtools/0006-ip_route_config.patch | 27 ++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 package/openvmtools/0006-ip_route_config.patch

diff --git a/package/openvmtools/0006-ip_route_config.patch b/package/openvmtools/0006-ip_route_config.patch
new file mode 100644
index 0000000..2396413
--- /dev/null
+++ b/package/openvmtools/0006-ip_route_config.patch
@@ -0,0 +1,27 @@
+Patch from Fedora:
+
+http://pkgs.fedoraproject.org/cgit/open-vm-tools.git/commit/?id=f86513592cdc468f9af24c7ed29daae48e2cd26e
+
+Signed-off-by: Romain Naour <romain.naour@openwide.fr>
+
+--- 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
-- 
1.9.3

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-02-19  0:41 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-08 23:22 [Buildroot] [PATCH 1/3] package/openvmtools: configure fix USE_SLASH_PROC Romain Naour
2015-02-08 23:22 ` [Buildroot] [PATCH 2/3] package/openvmtools: fix syncDriverPosix Romain Naour
2015-02-14  8:20   ` Thomas Petazzoni
2015-02-14 11:38     ` Romain Naour
2015-02-15 20:55       ` Károly Kasza
2015-02-15 21:19         ` Thomas Petazzoni
2015-02-19  0:41         ` Romain Naour
2015-02-08 23:22 ` [Buildroot] [PATCH 3/3] package/openmvtools: don't use host library path Romain Naour
2015-02-14  8:22   ` Thomas Petazzoni
2015-02-14  8:23   ` Thomas Petazzoni
2015-02-14 11:38     ` Romain Naour
2015-02-14  8:18 ` [Buildroot] [PATCH 1/3] package/openvmtools: configure fix USE_SLASH_PROC Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox