head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.09.08.15.39.45; author kikadf; state Exp; branches; next ; commitid s9XsdjYWSY4eHPUG; desc @@ 1.1 log @ faac: fix build @ text @$NetBSD$ Disable LTO, it breaks the static library https://github.com/knik0/faac/commit/ecd5a10122a9ce698516bb587b6036efab0a787d --- meson.build.orig 2026-09-08 15:27:38.243450215 +0000 +++ meson.build @@@@ -5,7 +5,6 @@@@ project('faac', 'c', 'buildtype=release', 'warning_level=1', 'c_std=gnu99,c99', - 'b_lto=true' ]) add_global_arguments('-DHAVE_CONFIG_H', language: 'c') @