From e4650b741291cce8269e9ee10484c79be101edcd Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Thu, 20 Sep 2018 16:34:19 +0300 Subject: Fixed building perl on Alpine Linux. _GNU_SOURCE is required there to expose off64_t and other types. --- src/perl/nxt_perl_psgi_layer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/perl') diff --git a/src/perl/nxt_perl_psgi_layer.h b/src/perl/nxt_perl_psgi_layer.h index 3fa349c0..561d5153 100644 --- a/src/perl/nxt_perl_psgi_layer.h +++ b/src/perl/nxt_perl_psgi_layer.h @@ -8,6 +8,7 @@ #define _NXT_PERL_PSGI_LAYER_H_INCLUDED_ +#define _GNU_SOURCE #include #include #include -- cgit