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