mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 12:36:32 +01:00
Patch tcc to ignore static inside array.
This commit is contained in:
parent
246cc10ab5
commit
aa31fbc95b
11 changed files with 72 additions and 117 deletions
|
|
@ -7,6 +7,8 @@ src_unpack() {
|
|||
}
|
||||
|
||||
src_prepare() {
|
||||
# Note that tcc includes static-link and ignore-static-inside-array patches
|
||||
# since we do not build from clean checkout.
|
||||
patch -Np0 -i ../../patches/ignore-duplicate-symbols.patch
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue