elfutils: build with lto

This commit is contained in:
Stefan Saraev 2014-04-24 20:08:15 +03:00 committed by Stephan Raue
parent 10d309b90d
commit 112ef0340a

View File

@ -40,9 +40,6 @@ PKG_CONFIGURE_OPTS_TARGET="utrace_cv_cc_biarch=false \
--without-lzma"
pre_configure_target() {
# elfutils fails to build with LTO support
strip_lto
export CFLAGS="$CFLAGS -fPIC -DPIC"
}