summaryrefslogtreecommitdiff
path: root/perl/mod_perl/undefined_symbol.patch
diff options
context:
space:
mode:
Diffstat (limited to 'perl/mod_perl/undefined_symbol.patch')
-rw-r--r--perl/mod_perl/undefined_symbol.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/perl/mod_perl/undefined_symbol.patch b/perl/mod_perl/undefined_symbol.patch
new file mode 100644
index 0000000000..b49af7730e
--- /dev/null
+++ b/perl/mod_perl/undefined_symbol.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