From 3190369ddb30a9285f77900d849c883785072156 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 10 May 2013 13:51:08 +0100 Subject: apache2: update to 2.4.4 Signed-off-by: Paul Eggleton --- .../recipes-httpd/apache2/apache2-2.4.4/server-makefile.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-webserver/recipes-httpd/apache2/apache2-2.4.4/server-makefile.patch (limited to 'meta-webserver/recipes-httpd/apache2/apache2-2.4.4/server-makefile.patch') 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 0000000000..f1349cb6a4 --- /dev/null +++ b/meta-webserver/recipes-httpd/apache2/apache2-2.4.4/server-makefile.patch @@ -0,0 +1,11 @@ +--- http-2.0.54/server/Makefile.in-old 2005-12-20 13:26:56.000000000 -0500 ++++ http-2.0.54/server/Makefile.in 2005-12-20 13:27:22.000000000 -0500 +@@ -27,7 +27,7 @@ + $(LINK) $(EXTRA_LDFLAGS) $(gen_test_char_OBJECTS) $(EXTRA_LIBS) + + test_char.h: gen_test_char +- ./gen_test_char > test_char.h ++ gen_test_char > test_char.h + + util.lo: test_char.h + -- cgit v1.2.3-54-g00ecf