internal/rosa: patch header search paths

This removes the need for reference CFLAGS in the standard toolchain.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-23 01:03:16 +09:00
parent 8a26521f5b
commit 5c127a7035
6 changed files with 51 additions and 25 deletions

View File

@@ -16,7 +16,7 @@ chmod -R +w /usr/src/perl && cd /usr/src/perl
./Configure \
-des \
-Dprefix=/system \
-Dcc="${CC}" \
-Dcc="clang" \
-Dcflags='--std=gnu99' \
-Dldflags="${LDFLAGS}" \
-Doptimize='-O2 -fno-strict-aliasing' \