1
Fork 0

Update musl to 1.1.18

According to http://www.musl-libc.org/download.html:

This release corrects regressions in glob() and armv4t build failure
introduced in the previous release, and includes an important bug fix
for posix_spawnp in the presence of a large PATH environment variable.
This commit is contained in:
Marco A L Barbosa 2018-01-08 21:26:47 -02:00
parent ee220daca3
commit b5a3f56f75

View file

@ -30,7 +30,7 @@ exit 1
TAG=$1
shift
MUSL=musl-1.1.17
MUSL=musl-1.1.18
# may have been downloaded in a previous run
if [ ! -d $MUSL ]; then