arrfab / rpms / httpd

Forked from rpms/httpd 5 years ago
Clone

Blame SOURCES/httpd-2.4.32-export.patch

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