mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-15 07:45: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
10
sysa/patches/tcc/static-link.patch
Normal file
10
sysa/patches/tcc/static-link.patch
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
--- libtcc.c 2021-01-14 08:25:30.774995301 +1100
|
||||
+++ libtcc.c 2021-01-14 08:26:37.594417450 +1100
|
||||
@@ -734,6 +734,7 @@
|
||||
++nb_states;
|
||||
|
||||
s->alacarte_link = 1;
|
||||
+ s->static_link = 1;
|
||||
s->nocommon = 1;
|
||||
s->warn_implicit_function_declaration = 1;
|
||||
s->ms_extensions = 1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue