summaryrefslogtreecommitdiffstats
path: root/recipes-containers/lxc/files/automake-ensure-VPATH-builds-correctly.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/lxc/files/automake-ensure-VPATH-builds-correctly.patch')
-rw-r--r--recipes-containers/lxc/files/automake-ensure-VPATH-builds-correctly.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes-containers/lxc/files/automake-ensure-VPATH-builds-correctly.patch b/recipes-containers/lxc/files/automake-ensure-VPATH-builds-correctly.patch
new file mode 100644
index 00000000..2b5c853c
--- /dev/null
+++ b/recipes-containers/lxc/files/automake-ensure-VPATH-builds-correctly.patch
@@ -0,0 +1,26 @@
1From fe23085d9a40d6d78387d9ce8ddb65785fe8d6e5 Mon Sep 17 00:00:00 2001
2From: Bogdan Purcareata <bogdan.purcareata@freescale.com>
3Date: Thu, 2 Oct 2014 18:31:50 -0400
4Subject: [PATCH] automake: ensure VPATH builds correctly
5
6Signed-off-by: Bogdan Purcareata <bogdan.purcareata@freescale.com>
7---
8 src/tests/Makefile.am | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am
12index d74c10d..6225f78 100644
13--- a/src/tests/Makefile.am
14+++ b/src/tests/Makefile.am
15@@ -66,7 +66,7 @@ buildtest-TESTS: $(TESTS)
16 install-ptest:
17 install -d $(TEST_DIR)
18 install -D ../lxc/liblxc.so $(TEST_DIR)/../lxc/liblxc.so
19- install -D ../../config/test-driver $(TEST_DIR)/../../config/test-driver
20+ install -D $(top_srcdir)/config/test-driver $(TEST_DIR)/../../config/test-driver
21 cp Makefile $(TEST_DIR)
22 @(for file in $(TESTS); do install $$file $(TEST_DIR); done;)
23 sed -i 's|^Makefile:|_Makefile:|' $(TEST_DIR)/Makefile
24--
251.7.10.4
26