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.
 
   7 Upstream-Status: EXPORT_DIRS change is conditional on using shared apr
 
   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 \
 
  15 -         for dir in $(EXPORT_DIRS_APR); do \
 
  16 -             ls $$dir/ap[ru].h $$dir/ap[ru]_*.h 2>/dev/null; \
 
  18         ) | sed -e s,//,/,g | sort -u > $@
 
  20  exports.c: export_files