mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
ncurses: dont build with GOLD linker, causes segfaults in 'dialog'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
46cb528b84
commit
ba989c27cb
@ -18,6 +18,10 @@ cd "$CWD"
|
|||||||
|
|
||||||
setup_toolchain target
|
setup_toolchain target
|
||||||
|
|
||||||
|
# causes some segmentation fault's (dialog) when compiled with gcc's link time optimization.
|
||||||
|
strip_lto
|
||||||
|
strip_linker_plugin
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
$SCRIPTS/build toolchain
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user