mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
flac: drop lto build flag
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
c23a16ec7e
commit
a83bc0c086
@ -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_TOOLCHAIN="autotools"
|
||||
# flac-1.3.1 dont build with LTO support
|
||||
PKG_BUILD_FLAGS="-lto +pic"
|
||||
PKG_BUILD_FLAGS="+pic"
|
||||
|
||||
# package specific configure options
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
||||
|
Loading…
x
Reference in New Issue
Block a user