FreeBSD Bugzilla – Attachment 157505 Details for
Bug 200697
www/mod_perl2: 2.0.9-rc2 breaks on apache22 unless ITHREADS is defined
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
fix for breakage caused by commit 1682366
patch-src-modules-perl-modperl_error.h (text/x-chdr), 909 bytes, created by
Nick Hilliard
on 2015-06-07 17:18:55 UTC
(
hide
)
Description:
fix for breakage caused by commit 1682366
Filename:
MIME Type:
Creator:
Nick Hilliard
Created:
2015-06-07 17:18:55 UTC
Size:
909 bytes
patch
obsolete
>--- src/modules/perl/modperl_error.h.orig >+++ src/modules/perl/modperl_error.h >@@ -37,6 +37,7 @@ char *modperl_error_strerror(pTHX_ apr_status_t rc); > > void modperl_croak(pTHX_ apr_status_t rc, const char* func); > >+#ifdef USE_ITHREADS > #define MP_PUTBACK_IF_USED() STMT_START \ > { \ > modperl_interp_t *interp = modperl_thx_interp_get(aTHX); \ >@@ -44,6 +45,9 @@ void modperl_croak(pTHX_ apr_status_t rc, const char* func); > modperl_interp_unselect(interp); \ > } \ > } STMT_END >+#else >+#define MP_PUTBACK_IF_USED() NOOP >+#endif > > #define MP_CROAK_PUTBACK(rc, func) STMT_START \ > { \
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 200697
:
157505
|
157506
|
157524