mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 03:26:31 +01:00
Add new step mes-libc-patched
This commit is contained in:
parent
85ead5582e
commit
7c90d5bf4c
3 changed files with 55 additions and 7 deletions
14
sysa/tcc-0.9.27/mes-libc-patched.kaem
Executable file
14
sysa/tcc-0.9.27/mes-libc-patched.kaem
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -ex
|
||||
|
||||
cd src/mes-libc
|
||||
|
||||
# Patch
|
||||
patch -Np0 -i ../../patches/mes-libc-qsort.patch
|
||||
|
||||
# Recompile libc
|
||||
cd ../tcc-0.9.27
|
||||
kaem --file ../../compile-libc.kaem
|
||||
|
||||
cd ../..
|
||||
Loading…
Add table
Add a link
Reference in a new issue