pkg/oniguruma: add additional header configs for build

Fixes #1887

There seems to be no issue adding these for our other platforms and it
appears to get builds on Chimera working.
This commit is contained in:
Mitchell Hashimoto
2024-06-28 07:34:55 -04:00
parent 7741463f82
commit 1677e95f86

View File

@ -55,6 +55,9 @@ fn buildOniguruma(
.PACKAGE = "oniguruma",
.PACKAGE_VERSION = "6.9.9",
.VERSION = "6.9.9",
.HAVE_ALLOCA = true,
.HAVE_ALLOCA_H = true,
.USE_CRNL_AS_LINE_TERMINATOR = false,
.HAVE_STDINT_H = true,
.HAVE_SYS_TIMES_H = true,
.HAVE_SYS_TIME_H = true,