~ubuntu-branches/ubuntu/feisty/apache2/feisty

« back to all changes in this revision

Viewing changes to debian/patches/054_restore_prefix_fix

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Barth
  • Date: 2006-12-09 21:05:45 UTC
  • mfrom: (0.6.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061209210545-h70s0xaqc2v8vqr2
Tags: 2.2.3-3.2
* Non-maintainer upload.
* 043_ajp_connection_reuse: Patch from upstream Bugzilla, fixing a critical
  issue with regard to connection reuse in mod_proxy_ajp.
  Closes: #396265

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- build-tree/apache2/build/apr_common.m4
2
 
+++ build-tree/apache2/build/apr_common.m4
3
 
@@ -827,6 +827,8 @@
4
 
 dnl used here to allow us to co-exist layouts and argument based
5
 
 dnl set ups.
6
 
 AC_DEFUN(APR_PARSE_ARGUMENTS,[
7
 
+eval "set x $ac_configure_args"
8
 
+shift
9
 
 ac_prev=
10
 
 for ac_option
11
 
 do
12
 
--- build-tree/apache2/srclib/apr/build/apr_common.m4
13
 
+++ build-tree/apache2/srclib/apr/build/apr_common.m4
14
 
@@ -827,6 +827,8 @@
15
 
 dnl used here to allow us to co-exist layouts and argument based
16
 
 dnl set ups.
17
 
 AC_DEFUN(APR_PARSE_ARGUMENTS,[
18
 
+eval "set x $ac_configure_args"
19
 
+shift
20
 
 ac_prev=
21
 
 for ac_option
22
 
 do
23
 
--- build-tree/apache2/srclib/apr-util/build/apr_common.m4
24
 
+++ build-tree/apache2/srclib/apr-util/build/apr_common.m4
25
 
@@ -827,6 +827,8 @@
26
 
 dnl used here to allow us to co-exist layouts and argument based
27
 
 dnl set ups.
28
 
 AC_DEFUN(APR_PARSE_ARGUMENTS,[
29
 
+eval "set $ac_configure_args"
30
 
+shift
31
 
 ac_prev=
32
 
 for ac_option
33
 
 do