ncurses: strip_lto instead of linker_plugin

This commit is contained in:
Stephan Raue 2014-08-31 19:57:05 +03:00
parent 1ef0e7b8da
commit 1f5f54d750

View File

@ -73,7 +73,7 @@ PKG_CONFIGURE_OPTS_TARGET="--without-cxx \
pre_configure_target() {
# causes some segmentation fault's (dialog) when compiled with gcc's link time optimization.
strip_linker_plugin
strip_lto
}
make_target() {