mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 04:26:31 +01:00
Fix mes-libc crt1 to allow commands with greater than 255 arguments to run
Also reverse order of tcc-patched and mes-libc-patched stages.
This commit is contained in:
parent
9961c4b75f
commit
b929dc84b4
4 changed files with 36 additions and 12 deletions
|
|
@ -6,6 +6,7 @@ cd src/mes-libc
|
|||
|
||||
# Patch
|
||||
patch -Np0 -i ../../patches/mes-libc-qsort.patch
|
||||
patch -Np0 -i ../../patches/mes-libc-crt1.patch
|
||||
|
||||
# Recompile libc
|
||||
cd ../tcc-0.9.27
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue