FreeBSD Bugzilla – Attachment 144279 Details for
Bug 191471
[patch] www/mod_perl2 does not build against apache24
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
for the files directory, required function for pre-hook
patch-pre-hook (text/plain), 459 bytes, created by
kovert
on 2014-06-29 23:52:56 UTC
(
hide
)
Description:
for the files directory, required function for pre-hook
Filename:
MIME Type:
Creator:
kovert
Created:
2014-06-29 23:52:56 UTC
Size:
459 bytes
patch
obsolete
>--- src/modules/perl/mod_perl.c.orig 2014-06-29 23:28:47.304956871 +0000 >+++ src/modules/perl/mod_perl.c 2014-06-29 23:29:09.542814476 +0000 >@@ -654,6 +654,9 @@ > apr_pool_t *ptemp) > { > /* we can't have PerlPreConfigHandler without first configuring mod_perl */ >+#if MODULE_MAGIC_NUMBER_MAJOR >= 20100606 >+ ap_reserve_module_slots_directive("PerlLoadModule"); >+#endif > > /* perl 5.8.1+ */ > modperl_hash_seed_init(p);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 191471
:
144236
|
144279
|
144280
|
144281
|
145304
|
145427
|
145925
Working