diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-26 07:56:14 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-26 07:56:14 +0900 |
| commit | 53b1de33950a3fe7873e055f479df24af83d5e9f (patch) | |
| tree | 7434722c202cd0dc1134fa25ae732771b7c60642 /internal/rosa/libxml2.go | |
| parent | 92dcadbf27bbdeb60c562a72a4808066947bf695 (diff) | |
internal/rosa: enable static on various artifacts
This is implicitly enabled sometimes, but better to be explicit.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/libxml2.go')
| -rw-r--r-- | internal/rosa/libxml2.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/rosa/libxml2.go b/internal/rosa/libxml2.go index d2654a29..02993e46 100644 --- a/internal/rosa/libxml2.go +++ b/internal/rosa/libxml2.go @@ -21,7 +21,8 @@ mv libxml2-`+version+` libxml2 cd "$(mktemp -d)" /usr/src/libxml2/configure \ --prefix=/system \ - --build="${ROSA_TRIPLE}" + --build="${ROSA_TRIPLE}" \ + --enable-static make "-j$(nproc)" check make DESTDIR=/work install `, pkg.Path(AbsUsrSrc.Append("libxml2.tar.xz"), false, pkg.NewHTTPGet( |
