mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 01:05:24 +01:00
Add patched tcc
Forces static link.
This commit is contained in:
parent
1e822361a9
commit
d62ed4c55a
4 changed files with 62 additions and 3 deletions
|
|
@ -71,9 +71,14 @@ cd diffutils-2.7
|
|||
kaem --file ../diffutils-2.7.kaem
|
||||
cd ..
|
||||
|
||||
# Part 12: patch
|
||||
# Part 11: patch
|
||||
/after/bin/gunzip patch-2.5.9.tar.gz
|
||||
/after/bin/tar xf patch-2.5.9.tar
|
||||
cd patch-2.5.9
|
||||
kaem --file ../patch-2.5.9.kaem
|
||||
cd ..
|
||||
|
||||
# Part 12: tcc-patched
|
||||
cd tcc-0.9.27
|
||||
kaem --file ../tcc-patched.kaem
|
||||
cd ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue