ports/www/angie-module-perl/files/patch-src_http_modules_perl_Makefile.PL
Oleg A. Mamontov 98173bcdc0 www/angie-module-perl: Angie Perl dynamic module
Module is used to implement location and variable handlers in Perl and insert
Perl calls into SSI.

PR:		272999
2023-08-09 15:01:17 +02:00

11 lines
472 B
Perl

--- src/http/modules/perl/Makefile.PL.orig 2023-05-30 14:39:09 UTC
+++ src/http/modules/perl/Makefile.PL
@@ -13,7 +13,7 @@ WriteMakefile(
ABSTRACT_FROM => 'nginx.pm', # retrieve abstract from module
AUTHOR => 'Igor Sysoev',
- CCFLAGS => "$ENV{NGX_PM_CFLAGS}",
+ CCFLAGS => "$ENV{NGX_PM_CFLAGS} -Wno-compound-token-split-by-macro",
OPTIMIZE => '-O',
LDDLFLAGS => "$ENV{NGX_PM_LDFLAGS}",