sed fails to build from source for musl-any-any, because the musl C library does not include a regex library. Even though sed ships its own, it is disabled in favour of the glibc one. Thus, I'm asking to enable the included regex library on musl only. Please consider applying the attached patch. Helmut