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
439691b
--- httpd-2.0.53/server/Makefile.in.export
439691b
+++ httpd-2.0.53/server/Makefile.in
439691b
@@ -59,10 +59,6 @@
439691b
 	for dir in $(EXPORT_DIRS); do \
439691b
 	    ls $$dir/*.h >> $$tmp; \
439691b
 	done; \
439691b
-	for dir in $(EXPORT_DIRS_APR); do \
439691b
-	    ls $$dir/ap[ru].h >> $$tmp; \
439691b
-	    ls $$dir/ap[ru]_*.h >> $$tmp; \
439691b
-	done; \
439691b
 	sort -u $$tmp > $@; \
439691b
 	rm -f $$tmp
cvsdist 6356941