summaryrefslogtreecommitdiffstats
path: root/mod_perl-2.0.4-inline.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-06-13 18:43:31 +0200
committerRemi Collet <fedora@famillecollet.com>2012-06-13 18:43:31 +0200
commit8a557b8141afb60e23f38fef5478ac0300ebc260 (patch)
treeec93ce719d4c3a897fcef246e4318e5714d0ee06 /mod_perl-2.0.4-inline.patch
reorg repo
Diffstat (limited to 'mod_perl-2.0.4-inline.patch')
-rw-r--r--mod_perl-2.0.4-inline.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/mod_perl-2.0.4-inline.patch b/mod_perl-2.0.4-inline.patch
new file mode 100644
index 0000000..b49af77
--- /dev/null
+++ b/mod_perl-2.0.4-inline.patch
@@ -0,0 +1,11 @@
+--- mod_perl-2.0.4/src/modules/perl/modperl_common_util.h.inline
++++ mod_perl-2.0.4/src/modules/perl/modperl_common_util.h
+@@ -22,7 +22,7 @@
+ #ifdef MP_DEBUG
+ #define MP_INLINE
+ #else
+-#define MP_INLINE APR_INLINE
++#define MP_INLINE
+ #endif
+
+ #ifdef CYGWIN