#1010224 sed FTBFS on musl-any-any: missing regex library

Package:
src:sed
Source:
sed
Submitter:
Helmut Grohne
Date:
2022-04-26 18:21:04 UTC
Severity:
normal
Tags:
#1010224#5
Date:
2022-04-26 18:18:57 UTC
From:
To:
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