From 5c127a70350c19c99bca388c94a4518d885c3ac3 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 23 Jan 2026 01:03:16 +0900 Subject: internal/rosa: patch header search paths This removes the need for reference CFLAGS in the standard toolchain. Signed-off-by: Ophestra --- internal/rosa/perl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/rosa/perl.go') diff --git a/internal/rosa/perl.go b/internal/rosa/perl.go index 169a64d1..be36bdf7 100644 --- a/internal/rosa/perl.go +++ b/internal/rosa/perl.go @@ -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' \ -- cgit v1.3.1