8
0

Accepting request 319123 from home:pgajdos:apache2

- 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
This commit is contained in:
Vítězslav Čížek
2015-07-28 14:53:31 +00:00
committed by Git OBS Bridge
parent c57f989a60
commit 7014709e01
8 changed files with 84 additions and 405 deletions

11
inline.patch Normal file
View File

@@ -0,0 +1,11 @@
--- 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