libdvbcsa: dont build with LTO support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2016-03-12 08:31:39 +01:00 committed by Lukas Rusak
parent 71a097f2ad
commit 8cefaeee12

View File

@ -47,3 +47,8 @@ elif [ "$TARGET_ARCH" = x86_64 ]; then
fi
fi
pre_configure_target() {
# libdvbcsa is a bit faster without LTO, and tests will fail with gcc-5.x
strip_lto
}