From a83bc0c08664a06b4ffee3c6581ee878a41feb59 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Tue, 29 May 2018 21:50:47 +0200 Subject: [PATCH] flac: drop lto build flag Signed-off-by: Matthias Reichl --- packages/audio/flac/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/audio/flac/package.mk b/packages/audio/flac/package.mk index 54361a1bba..bf9b8d483b 100644 --- a/packages/audio/flac/package.mk +++ b/packages/audio/flac/package.mk @@ -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 \