summaryrefslogtreecommitdiffstats
path: root/perl/mod_perl/undefined_symbol.patch
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2016-07-27 11:31:55 +0200
committer Willy Sudiarto Raharjo2016-07-30 03:28:31 +0200
commit5afe071b987c6706a2a9bf532e9d6f396cea3b95 (patch)
tree34c9558b0e17309859831f73cafd4678988ebd61 /perl/mod_perl/undefined_symbol.patch
parent39178a6774cb91198018925efa533a7a9107cd3d (diff)
downloadslackbuilds-5afe071b987c6706a2a9bf532e9d6f396cea3b95.tar.gz
perl/mod_perl: Added (Perl Interpreter for Apache).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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