From 5fe1fd275607831c843a07fc01649a72e5622f4c Mon Sep 17 00:00:00 2001 From: Petronio Coelho Date: Sat, 15 May 2021 11:51:28 -0300 Subject: [PATCH] media-libs/dav1d: Disable LTO (#737) --- sys-config/ltoize/files/package.cflags/ltoworkarounds.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-config/ltoize/files/package.cflags/ltoworkarounds.conf b/sys-config/ltoize/files/package.cflags/ltoworkarounds.conf index 68f9f72b..b32d0891 100644 --- a/sys-config/ltoize/files/package.cflags/ltoworkarounds.conf +++ b/sys-config/ltoize/files/package.cflags/ltoworkarounds.conf @@ -111,6 +111,7 @@ sys-devel/llvm *FLAGS-=-flto* # Issue #619 temporarily disabled for now due to b sys-devel/clang *FLAGS-=-flto* # Issue #619 Same as above sys-libs/libomp *FLAGS-=-flto* # Issue #619 Same as above gnustep-base/gnustep-make *FLAGS-=-flto* # Issue #581, tools to build gnustep-base/gnustep-base, if built with LTO doesn't build gnustep code +media-libs/dav1d *FLAGS-=-flto* # Starting with GCC 11.1.0, various undefined reference errors during linking # BEGIN: LTO not recommended # Packages which can be built with LTO but leads to problems/crashes/segfaults