flac: drop lto build flag

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2018-05-29 21:50:47 +02:00
parent c23a16ec7e
commit a83bc0c086

View File

@ -29,7 +29,7 @@ PKG_SHORTDESC="flac: An Free Lossless Audio Codec"
PKG_LONGDESC="Grossly oversimplified, FLAC is similar to MP3, but lossless, meaning that audio is compressed in FLAC without throwing away any information. This is similar to how Zip works, except with FLAC you will get much better compression because it is designed specifically for audio." PKG_LONGDESC="Grossly oversimplified, FLAC is similar to MP3, but lossless, meaning that audio is compressed in FLAC without throwing away any information. This is similar to how Zip works, except with FLAC you will get much better compression because it is designed specifically for audio."
PKG_TOOLCHAIN="autotools" PKG_TOOLCHAIN="autotools"
# flac-1.3.1 dont build with LTO support # flac-1.3.1 dont build with LTO support
PKG_BUILD_FLAGS="-lto +pic" PKG_BUILD_FLAGS="+pic"
# package specific configure options # package specific configure options
PKG_CONFIGURE_OPTS_TARGET="--enable-static \ PKG_CONFIGURE_OPTS_TARGET="--enable-static \