aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0006-Fix-subdir-objects-configure-error.patch
blob: cb30966afe5bcdf1010e427ab4b6492cdac63dbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
From dbe0943011c24d48de3df5a95f4e4606be0ef250 Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Wed, 13 Jun 2018 23:48:04 -0700
Subject: [PATCH] Fix subdir objects configure error

Fix build on musl while here

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 open-vm-tools/configure.ac | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac
index 9a0c63cf6..5845490f6 100644
--- a/open-vm-tools/configure.ac
+++ b/open-vm-tools/configure.ac
@@ -326,7 +326,6 @@ AC_ARG_ENABLE(
    [],
    [enable_resolutionkms="auto"])
 
-
 AC_ARG_ENABLE(
    vmwgfxctrl,
    AS_HELP_STRING(
@@ -335,7 +334,7 @@ AC_ARG_ENABLE(
    [],
    [enable_vmwgfxctrl="auto"])
 
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([subdir-objects])
 
 ###
 ### Constants
-- 
2.25.1