summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd/apache2/apache2/0008-apache2-do-not-use-relative-path-for-gen_test_char.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-webserver/recipes-httpd/apache2/apache2/0008-apache2-do-not-use-relative-path-for-gen_test_char.patch')
-rw-r--r--meta-webserver/recipes-httpd/apache2/apache2/0008-apache2-do-not-use-relative-path-for-gen_test_char.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2/0008-apache2-do-not-use-relative-path-for-gen_test_char.patch b/meta-webserver/recipes-httpd/apache2/apache2/0008-apache2-do-not-use-relative-path-for-gen_test_char.patch
new file mode 100644
index 000000000..82e9e8c35
--- /dev/null
+++ b/meta-webserver/recipes-httpd/apache2/apache2/0008-apache2-do-not-use-relative-path-for-gen_test_char.patch
@@ -0,0 +1,27 @@
1From b62c4cd2295c98b2ebe12641e5f01590bd96ae94 Mon Sep 17 00:00:00 2001
2From: Paul Eggleton <paul.eggleton@linux.intel.com>
3Date: Tue, 17 Jul 2012 11:27:39 +0100
4Subject: [PATCH] apache2: do not use relative path for gen_test_char
5
6Upstream-Status: Inappropriate [embedded specific]
7
8---
9 server/Makefile.in | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/server/Makefile.in b/server/Makefile.in
13index f635d76..0d48924 100644
14--- a/server/Makefile.in
15+++ b/server/Makefile.in
16@@ -29,7 +29,7 @@ gen_test_char: $(gen_test_char_OBJECTS)
17 $(LINK) $(EXTRA_LDFLAGS) $(gen_test_char_OBJECTS) $(EXTRA_LIBS)
18
19 test_char.h: gen_test_char
20- ./gen_test_char > test_char.h
21+ gen_test_char > test_char.h
22
23 util.lo: test_char.h
24
25--
262.7.4
27