flac: build with lto

This commit is contained in:
Stefan Saraev 2014-04-24 20:07:49 +03:00 committed by Stephan Raue
parent 053038a98f
commit 10d309b90d

View File

@ -49,11 +49,6 @@ else
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --disable-sse"
fi
pre_configure_target() {
# flac-1.3.0 fails to build with LTO support
strip_lto
}
post_makeinstall_target() {
rm -rf $INSTALL/usr/bin
}