altarch-user / rpms / httpd

Forked from rpms/httpd 2 years ago
Clone

Blame SOURCES/httpd-2.4.4-export.patch

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