perl: fix musl locale issue

This commit is contained in:
Dylan Araps 2019-09-04 18:24:07 +03:00
parent 241b201e91
commit 5fa1912dd3
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
export BUILD_ZLIB=0
export BUILD_BZIP2=0
export CFLAGS="$CFLAGS -DNO_POSIX_2008_LOCALE"
./Configure \
-des \

View File

@ -1 +1 @@
5.30.0 2
5.30.0 3