]> Raphaƫl G. Git Repositories - ihttpd/blob - SOURCES/httpd-2.4.4-export.patch
Redirect every requests on index.bin
[ihttpd] / SOURCES / httpd-2.4.4-export.patch
1
2 There is no need to "suck in" the apr/apr-util symbols when using
3 a shared libapr{,util}, it just bloats the symbol table; so don't.
4
5 Upstream-HEAD: needed
6 Upstream-2.0: omit
7 Upstream-Status: EXPORT_DIRS change is conditional on using shared apr
8
9 --- httpd-2.4.4/server/Makefile.in.export
10 +++ httpd-2.4.4/server/Makefile.in
11 @@ -57,9 +57,6 @@ export_files:
12 ( for dir in $(EXPORT_DIRS); do \
13 ls $$dir/*.h ; \
14 done; \
15 - for dir in $(EXPORT_DIRS_APR); do \
16 - ls $$dir/ap[ru].h $$dir/ap[ru]_*.h 2>/dev/null; \
17 - done; \
18 ) | sed -e s,//,/,g | sort -u > $@
19
20 exports.c: export_files