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
c7d07f3
--- httpd-2.4.33/server/Makefile.in.export
c7d07f3
+++ httpd-2.4.33/server/Makefile.in
c7d07f3
@@ -60,9 +60,6 @@
3a44ff7
 	      ls $$dir/*.h ; \
3a44ff7
 	  done; \
c7d07f3
 	  echo "$(top_srcdir)/server/mpm_fdqueue.h"; \
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