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:
parent
ee220daca3
commit
b5a3f56f75
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue