mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
Module is used to implement location and variable handlers in Perl and insert Perl calls into SSI. PR: 272999
11 lines
472 B
Perl
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}",
|