aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/open-vm-tools/open-vm-tools/0007-Fix-subdir-objects-configure-error.patch
blob: 11be2d4a07ee4393238754b062a21ec75710881d (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
From cf1284fda8fb22a2b27cb2ce7962f166166e74c3 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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac
index 71e684bb..b76a7966 100644
--- a/open-vm-tools/configure.ac
+++ b/open-vm-tools/configure.ac
@@ -303,6 +303,7 @@ AC_ARG_ENABLE(
    [],
    [enable_resolutionkms="auto"])
 
+AM_INIT_AUTOMAKE([subdir-objects])
 AM_INIT_AUTOMAKE
 
 ###