Commit 16d5a64
committed
fix(ci/edriver): add musl-obstack-dev for elfutils configure on Alpine
elfutils configure also checks AC_SEARCH_LIBS([_obstack_free], [obstack]).
On glibc this resolves to libc; on musl it requires a standalone package.
Alpine 3.20 has musl-obstack-dev (void-linux/musl-obstack, main repo).
Three musl compatibility packages now required for vendored elfutils:
argp-standalone -> -largp (argp_parse)
musl-fts-dev -> -lfts (fts_close)
musl-obstack-dev -> -lobstack (_obstack_free)1 parent 8d05a1d commit 16d5a64
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
0 commit comments