musl: reduce stacksize patch series to just the bump

The others rely on some of the recent restructuring+cleanup in musl,
which hopefully reaches us soon :).

For now just bump the default sizes.
This commit is contained in:
Will Dietz
2018-09-24 23:59:02 -05:00
parent f38218a756
commit d3a0aa22da
5 changed files with 2 additions and 228 deletions
+2 -5
View File
@@ -72,11 +72,8 @@ stdenv.mkDerivation rec {
# name_to_handle_at
./name-to-handle-at.patch
./max-handle-sz-for-name-to-handle-at.patch
# Upstream improvements regarding stack size, incl size increase
./stacksize-0001.patch
./stacksize-0002.patch
./stacksize-0003.patch
./stacksize-0004.patch
# stacksize bump (upstream)
./stacksize-bump.patch
];
preConfigure = ''
configureFlagsArray+=("--syslibdir=$out/lib")