From 51d3df2419e26f15d780c98629a357473855ebd4 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 1 Mar 2026 12:11:41 +0900 Subject: internal/rosa/make: split build and check Doing these together breaks far too many buggy makefiles. Signed-off-by: Ophestra --- internal/rosa/libxml2.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'internal/rosa/libxml2.go') diff --git a/internal/rosa/libxml2.go b/internal/rosa/libxml2.go index 12013e52..058977e5 100644 --- a/internal/rosa/libxml2.go +++ b/internal/rosa/libxml2.go @@ -22,9 +22,6 @@ cd /usr/src/ tar xf libxml2.tar.xz mv libxml2-` + version + ` libxml2 `, - Configure: [][2]string{ - {"enable-static"}, - }, SourceSuffix: ".tar.xz", }, t.Load(Diffutils), -- cgit v1.3.1