mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
make-binaries: Don't hard-code musl version
The default is to link against the most-recent musl version available within the crosstool-ng toolchain, which is currently 1.2.2. Unlike with glibc, there's no point in sticking to some older version.
This commit is contained in:
parent
0b6cb77b3c
commit
f1b0a9cb32
@ -287,7 +287,6 @@ create_musl_config()
|
|||||||
cat >>"$file" <<-'EOF'
|
cat >>"$file" <<-'EOF'
|
||||||
CT_EXPERIMENTAL=y
|
CT_EXPERIMENTAL=y
|
||||||
CT_LIBC_MUSL=y
|
CT_LIBC_MUSL=y
|
||||||
CT_MUSL_V_1_2_2=y
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
#.
|
#.
|
||||||
|
Loading…
Reference in New Issue
Block a user