28b219
28b219
There is no need to "suck in" the apr/apr-util symbols when using
28b219
a shared libapr{,util}, it just bloats the symbol table; so don't.
28b219
28b219
Upstream-HEAD: needed
28b219
Upstream-2.0: omit
28b219
Upstream-Status: EXPORT_DIRS change is conditional on using shared apr
28b219
28b219
--- httpd-2.4.4/server/Makefile.in.export
28b219
+++ httpd-2.4.4/server/Makefile.in
28b219
@@ -57,9 +57,6 @@ export_files:
28b219
 	( for dir in $(EXPORT_DIRS); do \
28b219
 	      ls $$dir/*.h ; \
28b219
 	  done; \
28b219
-	  for dir in $(EXPORT_DIRS_APR); do \
28b219
-	      ls $$dir/ap[ru].h $$dir/ap[ru]_*.h 2>/dev/null; \
28b219
-	  done; \
28b219
 	) | sed -e s,//,/,g | sort -u > $@
28b219
 
28b219
 exports.c: export_files