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