forked from pool/apache2-mod_perl
- updated to 2.0.9: see Changes for details * dropped patches: - lfs-perl-5.14.patch - apache2-mod_perl-2.0.4-tests.diff - apache24-mod_authz_host.patch - turn off inlining for functions which need to be real symbols because they are called in a DSO OBS-URL: https://build.opensuse.org/request/show/319123 OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=55
12 lines
298 B
Diff
12 lines
298 B
Diff
--- src/modules/perl/modperl_common_util.h.orig 2015-06-26 17:41:33.538000834 +0100
|
|
+++ src/modules/perl/modperl_common_util.h 2015-06-26 17:42:14.524052878 +0100
|
|
@@ -22,7 +22,7 @@
|
|
#ifdef MP_DEBUG
|
|
#define MP_INLINE
|
|
#else
|
|
-#define MP_INLINE APR_INLINE
|
|
+#define MP_INLINE
|
|
#endif
|
|
|
|
#ifdef CYGWIN
|