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