diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-27 02:02:49 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-27 02:02:49 +0900 |
| commit | c84fe632170301d417b58205d346e8fa15744fae (patch) | |
| tree | 3f584d51054bbb832204863efb8383e906b770fe /internal/rosa/libgd.go | |
| parent | eb67e5e0a8821058fed782bf9c90b45c793036a5 (diff) | |
internal/rosa: various X artifacts
Required by xcb which is required by hakurei.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/libgd.go')
| -rw-r--r-- | internal/rosa/libgd.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/rosa/libgd.go b/internal/rosa/libgd.go index 0ab414c5..6eb199ed 100644 --- a/internal/rosa/libgd.go +++ b/internal/rosa/libgd.go @@ -19,7 +19,8 @@ mkdir /dev/shm/gd cd "$(mktemp -d)" /usr/src/libgd/configure \ --prefix=/system \ - --build="${ROSA_TRIPLE}" + --build="${ROSA_TRIPLE}" \ + --enable-static make "-j$(nproc)" check make DESTDIR=/work install `, pkg.Path(AbsUsrSrc.Append("libgd"), true, pkg.NewHTTPGetTar( |
