Merge pull request #31057 from dtzWill/update/musl-1.1.18
musl: 1.1.17 -> 1.1.18
This commit is contained in:
commit
5cfd049a03
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "musl-${version}";
|
name = "musl-${version}";
|
||||||
version = "1.1.17";
|
version = "1.1.18";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.musl-libc.org/releases/${name}.tar.gz";
|
url = "http://www.musl-libc.org/releases/${name}.tar.gz";
|
||||||
sha256 = "0r0lyp2w6v2bvm8h1si7w3p2qx037szl14qnxm5p00568z3m3an8";
|
sha256 = "0651lnj5spckqjf83nz116s8qhhydgqdy3rkl4icbh5f05fyw5yh";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
@ -25,8 +25,6 @@ stdenv.mkDerivation rec {
|
||||||
"CFLAGS=-fstack-protector-strong"
|
"CFLAGS=-fstack-protector-strong"
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [];
|
|
||||||
|
|
||||||
dontDisableStatic = true;
|
dontDisableStatic = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue