aboutsummaryrefslogtreecommitdiffstats
path: root/main/open-vm-tools/0014-remove-references-to-missing-common-agent-etc-config.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-01-02 15:32:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-01-02 15:32:49 +0000
commitf6a385f8b07c6b6c16fc026dffa0b29d097b785d (patch)
treec75c172975f5a36407386c4e6575f5d15792e4a6 /main/open-vm-tools/0014-remove-references-to-missing-common-agent-etc-config.patch
parentfdccff09e3ed4ded732b2d22d5d571642ad268bc (diff)
downloadaports-f6a385f8b07c6b6c16fc026dffa0b29d097b785d.tar.bz2
aports-f6a385f8b07c6b6c16fc026dffa0b29d097b785d.tar.xz
main/open-vm-tools: upgrade to 10.1.0 and enable -dbg
Diffstat (limited to 'main/open-vm-tools/0014-remove-references-to-missing-common-agent-etc-config.patch')
-rw-r--r--main/open-vm-tools/0014-remove-references-to-missing-common-agent-etc-config.patch38
1 files changed, 38 insertions, 0 deletions
diff --git a/main/open-vm-tools/0014-remove-references-to-missing-common-agent-etc-config.patch b/main/open-vm-tools/0014-remove-references-to-missing-common-agent-etc-config.patch
new file mode 100644
index 0000000000..b668b49653
--- /dev/null
+++ b/main/open-vm-tools/0014-remove-references-to-missing-common-agent-etc-config.patch
@@ -0,0 +1,38 @@
+From 0d38b5006ce9d2006f40a23f916e0b6e14d9b894 Mon Sep 17 00:00:00 2001
+From: Natanael Copa <ncopa@alpinelinux.org>
+Date: Mon, 2 Jan 2017 14:40:17 +0000
+Subject: [PATCH 14/14] remove references to missing common-agent/etc/config
+
+---
+ open-vm-tools/common-agent/etc/Makefile.am | 2 +-
+ open-vm-tools/configure.ac | 1 -
+ 2 files changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/open-vm-tools/common-agent/etc/Makefile.am b/open-vm-tools/common-agent/etc/Makefile.am
+index 25b386c4..b6dd1bdf 100644
+--- a/open-vm-tools/common-agent/etc/Makefile.am
++++ b/open-vm-tools/common-agent/etc/Makefile.am
+@@ -15,7 +15,7 @@
+ ### Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ ################################################################################
+
+-SUBDIRS = install config scripts
++SUBDIRS = install scripts
+
+ uninstall-hook:
+ rm -rf $(DESTDIR)/etc/vmware-caf
+diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac
+index a6312aa4..e7921675 100644
+--- a/open-vm-tools/configure.ac
++++ b/open-vm-tools/configure.ac
+@@ -1624,7 +1624,6 @@ AC_CONFIG_FILES([ \
+ common-agent/input/invokers/Makefile \
+ common-agent/input/providerReg/Makefile \
+ common-agent/etc/Makefile \
+- common-agent/etc/config/Makefile \
+ common-agent/etc/scripts/Makefile \
+ common-agent/etc/install/Makefile \
+ xferlogs/Makefile \
+--
+2.11.0
+