mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
ncurses: strip_lto instead of linker_plugin
This commit is contained in:
parent
fd77c34d95
commit
1991538a71
@ -73,7 +73,7 @@ PKG_CONFIGURE_OPTS_TARGET="--without-cxx \
|
|||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
# causes some segmentation fault's (dialog) when compiled with gcc's link time optimization.
|
# causes some segmentation fault's (dialog) when compiled with gcc's link time optimization.
|
||||||
strip_linker_plugin
|
strip_lto
|
||||||
}
|
}
|
||||||
|
|
||||||
make_target() {
|
make_target() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user