# HG changeset patch # User Igor Sysoev # Date 1164720034 0 # Node ID 26c3e48b9996c80d78ad1248bd07bc5d7dd57f6f # Parent 5ed08a4c3bd3c77ae2122bec7bc569ff7f58a359 the PERL_NO_GET_CONTEXT is actually required, see perlguts diff --git a/src/http/modules/perl/nginx.xs b/src/http/modules/perl/nginx.xs --- a/src/http/modules/perl/nginx.xs +++ b/src/http/modules/perl/nginx.xs @@ -4,6 +4,8 @@ */ +#define PERL_NO_GET_CONTEXT + #include #include #include