From 53b1de33950a3fe7873e055f479df24af83d5e9f Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 26 Jan 2026 07:56:14 +0900 Subject: internal/rosa: enable static on various artifacts This is implicitly enabled sometimes, but better to be explicit. Signed-off-by: Ophestra --- internal/rosa/libseccomp.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'internal/rosa/libseccomp.go') diff --git a/internal/rosa/libseccomp.go b/internal/rosa/libseccomp.go index 830af263..f42480c0 100644 --- a/internal/rosa/libseccomp.go +++ b/internal/rosa/libseccomp.go @@ -21,7 +21,8 @@ ln -s ../system/bin/bash /bin/bash cd "$(mktemp -d)" /usr/src/libseccomp/configure \ --prefix=/system \ - --build="${ROSA_TRIPLE}" + --build="${ROSA_TRIPLE}" \ + --enable-static make "-j$(nproc)" check make DESTDIR=/work install `, pkg.Path(AbsUsrSrc.Append("libseccomp"), false, pkg.NewHTTPGetTar( -- cgit v1.3.1