cvsdist 6356941
cvsdist 6356941
There is no need to "suck in" the apr/apr-util symbols when using
cvsdist 6356941
a shared libapr{,util}, it just bloats the symbol table; so don't.
cvsdist 6356941
2bc479e
Upstream-HEAD: needed
0ba3e33
Upstream-2.0: omit
0ba3e33
Upstream-Status: EXPORT_DIRS change is conditional on using shared apr
0ba3e33
d2bf1a2
--- httpd-2.2.2/server/Makefile.in.export
d2bf1a2
+++ httpd-2.2.2/server/Makefile.in
d2bf1a2
@@ -58,9 +58,6 @@
439691b
 	for dir in $(EXPORT_DIRS); do \
439691b
 	    ls $$dir/*.h >> $$tmp; \
439691b
 	done; \
439691b
-	for dir in $(EXPORT_DIRS_APR); do \
d2bf1a2
-	    (ls $$dir/ap[ru].h $$dir/ap[ru]_*.h >> $$tmp 2>/dev/null); \
439691b
-	done; \
439691b
 	sort -u $$tmp > $@; \
439691b
 	rm -f $$tmp
cvsdist 6356941