Blame SOURCES/httpd-2.4.4-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
af9b8b
--- httpd-2.4.4/server/Makefile.in.export
af9b8b
+++ httpd-2.4.4/server/Makefile.in
af9b8b
@@ -57,9 +57,6 @@ export_files:
af9b8b
 	( for dir in $(EXPORT_DIRS); do \
af9b8b
 	      ls $$dir/*.h ; \
af9b8b
 	  done; \
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