blob: 843226c0cf7586cb95e32de4974dfa02b0ca37b0 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001From 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
Patrick Williamsb48b7b42016-08-17 15:04:38 -05005
6There is no need to "suck in" the apr/apr-util symbols when using
7a shared libapr{,util}, it just bloats the symbol table; so don't.
8
Patrick Williamsb48b7b42016-08-17 15:04:38 -05009Upstream-Status: Pending
10
11Note: EXPORT_DIRS change is conditional on using shared apr
12
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013---
14 server/Makefile.in | 3 ---
15 1 file changed, 3 deletions(-)
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:
Patrick Williamsb48b7b42016-08-17 15:04:38 -050022 ls $$dir/*.h ; \
23 done; \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080024 echo "$(top_srcdir)/server/mpm_fdqueue.h"; \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050025- for dir in $(EXPORT_DIRS_APR); do \
26- ls $$dir/ap[ru].h $$dir/ap[ru]_*.h 2>/dev/null; \
27- done; \
28 ) | sed -e s,//,/,g | sort -u > $@
29
30 exports.c: export_files