ncurses: dont build with GOLD linker, causes segfaults in 'dialog'

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-19 21:08:24 +01:00
parent 46cb528b84
commit ba989c27cb

View File

@ -18,6 +18,10 @@ cd "$CWD"
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
cd $PKG_BUILD