dslm4515 / Musl-LFS

Linux From Scratch using Musl as Libc
GNU General Public License v3.0
167 stars 21 forks source link

[tc-034][fs-081] perl: add patch from alpine to fix locale.c error when built using musl. #17

Closed gottaeat closed 4 years ago

gottaeat commented 4 years ago

if one tries to build programs, such as rxvt-unicode, with a perl-5.30 that got built without the patch i've added, programs will build fine but will spit out an error complaining about locale.c.

urxvt : panic: locale.c: 893: Unexpected character in locale name '2E.

dslm4515 commented 4 years ago

Ah HA! So that’s why I could never build rxvt-unicode! Thanks!

gottaeat commented 4 years ago

that’s why I could never build rxvt-unicode

yeah, learned that the hard way. had to build suckless st on the go to rebuild perl and everything that got built with perl when i was so ready to kick back and relax.

Thanks!

my pleasure.