summaryrefslogtreecommitdiffstats
path: root/httpd-2.0.45-export.patch
diff options
context:
space:
mode:
authorjorton <jorton@fedoraproject.org>2006-05-03 14:14:28 +0000
committerjorton <jorton@fedoraproject.org>2006-05-03 14:14:28 +0000
commitd2bf1a2666d7019ebe719cc39db438519ef8e918 (patch)
treee3a35ea06d0e61e9209f31fa70ff00943e8ed38a /httpd-2.0.45-export.patch
parenta29a19c983691446bddd01f101add7c9a2ed5037 (diff)
downloadhttpd-d2bf1a2666d7019ebe719cc39db438519ef8e918.tar.gz
httpd-d2bf1a2666d7019ebe719cc39db438519ef8e918.tar.xz
httpd-d2bf1a2666d7019ebe719cc39db438519ef8e918.zip
- update to 2.2.2httpd-2_2_2-2
Diffstat (limited to 'httpd-2.0.45-export.patch')
-rw-r--r--httpd-2.0.45-export.patch9
1 files changed, 4 insertions, 5 deletions
diff --git a/httpd-2.0.45-export.patch b/httpd-2.0.45-export.patch
index 2f3dad8..d105996 100644
--- a/httpd-2.0.45-export.patch
+++ b/httpd-2.0.45-export.patch
@@ -6,15 +6,14 @@ Upstream-HEAD: needed
Upstream-2.0: omit
Upstream-Status: EXPORT_DIRS change is conditional on using shared apr
---- httpd-2.0.53/server/Makefile.in.export
-+++ httpd-2.0.53/server/Makefile.in
-@@ -59,10 +59,6 @@
+--- httpd-2.2.2/server/Makefile.in.export
++++ httpd-2.2.2/server/Makefile.in
+@@ -58,9 +58,6 @@
for dir in $(EXPORT_DIRS); do \
ls $$dir/*.h >> $$tmp; \
done; \
- for dir in $(EXPORT_DIRS_APR); do \
-- ls $$dir/ap[ru].h >> $$tmp; \
-- ls $$dir/ap[ru]_*.h >> $$tmp; \
+- (ls $$dir/ap[ru].h $$dir/ap[ru]_*.h >> $$tmp 2>/dev/null); \
- done; \
sort -u $$tmp > $@; \
rm -f $$tmp