Fixed building perl on Alpine Linux.
_GNU_SOURCE is required there to expose off64_t and other types.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#define _NXT_PERL_PSGI_LAYER_H_INCLUDED_
|
||||
|
||||
|
||||
#define _GNU_SOURCE
|
||||
#include <EXTERN.h>
|
||||
#include <XSUB.h>
|
||||
#include <perl.h>
|
||||
|
||||
Reference in New Issue
Block a user