diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-13 12:39:36 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-13 13:23:30 +0900 |
| commit | b3f0360a05230dde609eb0e3fabf3a5d92792f94 (patch) | |
| tree | eafdfd1b13b9de94e2d9c9bf6f19329949eb85d8 /internal/rosa/elfutils.go | |
| parent | 89389940363143dd32dfa9920eb34850de541472 (diff) | |
internal/rosa: populate runtime dependencies
This also removes manually resolved indirect dependencies.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/elfutils.go')
| -rw-r--r-- | internal/rosa/elfutils.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/internal/rosa/elfutils.go b/internal/rosa/elfutils.go index bb9a4512..82796524 100644 --- a/internal/rosa/elfutils.go +++ b/internal/rosa/elfutils.go @@ -46,6 +46,14 @@ func init() { Description: "utilities and libraries to handle ELF files and DWARF data", Website: "https://sourceware.org/elfutils/", + Dependencies: P{ + Zlib, + Bzip2, + Zstd, + MuslFts, + MuslObstack, + }, + ID: 5679, } } |
