summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd/apache2/apache2/httpd-2.4.4-export.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-webserver/recipes-httpd/apache2/apache2/httpd-2.4.4-export.patch')
-rw-r--r--meta-webserver/recipes-httpd/apache2/apache2/httpd-2.4.4-export.patch20
1 files changed, 14 insertions, 6 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2/httpd-2.4.4-export.patch b/meta-webserver/recipes-httpd/apache2/apache2/httpd-2.4.4-export.patch
index afbed8e55..843226c0c 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2/httpd-2.4.4-export.patch
+++ b/meta-webserver/recipes-httpd/apache2/apache2/httpd-2.4.4-export.patch
@@ -1,19 +1,27 @@
1From a5627edbcc88cd50caaa42ca051ac7ed3d870172 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: add from OE-Classic, update to version 2.4.2 and fix
1 5
2There is no need to "suck in" the apr/apr-util symbols when using 6There is no need to "suck in" the apr/apr-util symbols when using
3a shared libapr{,util}, it just bloats the symbol table; so don't. 7a shared libapr{,util}, it just bloats the symbol table; so don't.
4 8
5Upstream-HEAD: needed
6Upstream-2.0: omit
7Upstream-Status: Pending 9Upstream-Status: Pending
8 10
9Note: EXPORT_DIRS change is conditional on using shared apr 11Note: EXPORT_DIRS change is conditional on using shared apr
10 12
11--- httpd-2.4.4/server/Makefile.in.export 13---
12+++ httpd-2.4.4/server/Makefile.in 14 server/Makefile.in | 3 ---
13@@ -57,9 +57,6 @@ export_files: 15 1 file changed, 3 deletions(-)
14 ( for dir in $(EXPORT_DIRS); do \ 16
17diff --git a/server/Makefile.in b/server/Makefile.in
18index cb11684..0d48924 100644
19--- a/server/Makefile.in
20+++ b/server/Makefile.in
21@@ -60,9 +60,6 @@ export_files:
15 ls $$dir/*.h ; \ 22 ls $$dir/*.h ; \
16 done; \ 23 done; \
24 echo "$(top_srcdir)/server/mpm_fdqueue.h"; \
17- for dir in $(EXPORT_DIRS_APR); do \ 25- for dir in $(EXPORT_DIRS_APR); do \
18- ls $$dir/ap[ru].h $$dir/ap[ru]_*.h 2>/dev/null; \ 26- ls $$dir/ap[ru].h $$dir/ap[ru]_*.h 2>/dev/null; \
19- done; \ 27- done; \