From 242dc363ced8d244ff296e1c3c8f802b4857fd35 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Wed, 17 Jul 2019 21:17:30 +0300 Subject: Perl: propagated compile options from perl build. Some Perl compile options affects ABI and not using them while compiling our module resulted in non-working build. Notably on 32-bit Debian 10, Perl is built with -D_FILE_OFFSET_BITS=64 and our module after being compiled without this option caused segmentation faults in unexpected places. --- src/perl/nxt_perl_psgi_layer.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/perl/nxt_perl_psgi_layer.h b/src/perl/nxt_perl_psgi_layer.h index 561d5153..3fa349c0 100644 --- a/src/perl/nxt_perl_psgi_layer.h +++ b/src/perl/nxt_perl_psgi_layer.h @@ -8,7 +8,6 @@ #define _NXT_PERL_PSGI_LAYER_H_INCLUDED_ -#define _GNU_SOURCE #include #include #include -- cgit