Blame SOURCES/httpd-2.4.34-export.patch

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