summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd/apache2/apache2-2.4.4/server-makefile.patch
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-05-10 13:51:08 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-05-14 23:47:36 +0100
commit3190369ddb30a9285f77900d849c883785072156 (patch)
treedc55808afaedbc719403992a341f89348e3db6f5 /meta-webserver/recipes-httpd/apache2/apache2-2.4.4/server-makefile.patch
parent3dcea929763e6a3233dbe620920f02682b28bb8d (diff)
downloadmeta-openembedded-3190369ddb30a9285f77900d849c883785072156.tar.gz
apache2: update to 2.4.4
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta-webserver/recipes-httpd/apache2/apache2-2.4.4/server-makefile.patch')
-rw-r--r--meta-webserver/recipes-httpd/apache2/apache2-2.4.4/server-makefile.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2-2.4.4/server-makefile.patch b/meta-webserver/recipes-httpd/apache2/apache2-2.4.4/server-makefile.patch
new file mode 100644
index 000000000..f1349cb6a
--- /dev/null
+++ b/meta-webserver/recipes-httpd/apache2/apache2-2.4.4/server-makefile.patch
@@ -0,0 +1,11 @@
1--- http-2.0.54/server/Makefile.in-old 2005-12-20 13:26:56.000000000 -0500
2+++ http-2.0.54/server/Makefile.in 2005-12-20 13:27:22.000000000 -0500
3@@ -27,7 +27,7 @@
4 $(LINK) $(EXTRA_LDFLAGS) $(gen_test_char_OBJECTS) $(EXTRA_LIBS)
5
6 test_char.h: gen_test_char
7- ./gen_test_char > test_char.h
8+ gen_test_char > test_char.h
9
10 util.lo: test_char.h
11