aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/apache2/apache2-2.2.14/configure.in.patch
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-11-29 21:27:39 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-11-29 21:27:39 +0100
commit0249f685da226c36be2f472bcd2af9e4aa94a132 (patch)
tree332a53dc76465e8513a5c61e3764532c57d8e05d /recipes/apache2/apache2-2.2.14/configure.in.patch
parent29fb31b1a559d1845efe7f1f46baa8ff6032f824 (diff)
downloadopenembedded-0249f685da226c36be2f472bcd2af9e4aa94a132.tar.gz
apache2: upgraded to 2.2.14
Diffstat (limited to 'recipes/apache2/apache2-2.2.14/configure.in.patch')
-rw-r--r--recipes/apache2/apache2-2.2.14/configure.in.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes/apache2/apache2-2.2.14/configure.in.patch b/recipes/apache2/apache2-2.2.14/configure.in.patch
new file mode 100644
index 0000000000..2ca098dc86
--- /dev/null
+++ b/recipes/apache2/apache2-2.2.14/configure.in.patch
@@ -0,0 +1,27 @@
+Index: httpd-2.2.14/srclib/apr/configure.in
+===================================================================
+--- httpd-2.2.14.orig/srclib/apr/configure.in
++++ httpd-2.2.14/srclib/apr/configure.in
+@@ -923,7 +923,7 @@ AC_CHECK_FUNCS([mmap munmap shm_open shm
+ create_area])
+
+ APR_CHECK_DEFINE(MAP_ANON, sys/mman.h)
+-AC_CHECK_FILE(/dev/zero)
++APR_CHECK_FILE(/dev/zero)
+
+ # Not all systems can mmap /dev/zero (such as HP-UX). Check for that.
+ if test "$ac_cv_func_mmap" = "yes" &&
+Index: httpd-2.2.14/configure.in
+===================================================================
+--- httpd-2.2.14.orig/configure.in
++++ httpd-2.2.14/configure.in
+@@ -61,6 +61,9 @@ APR_MKDIR_P_CHECK($top_srcdir/build/mkdi
+
+ dnl ## Run configure for packages Apache uses
+
++dnl first configure subdirs
++AC_CONFIG_SUBDIRS(srclib/apr srclib/apr-util srclib/prce)
++
+ dnl shared library support for these packages doesn't currently
+ dnl work on some platforms
+