From 8064efa8fd840e5ee156db3387a44722f4665a1c Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 27 Oct 2025 21:20:19 -0700 Subject: [PATCH] fix: coreboot-utils, use %configure macro (#6920) --- anda/tools/coreboot-utils/coreboot-utils.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/coreboot-utils/coreboot-utils.spec b/anda/tools/coreboot-utils/coreboot-utils.spec index c6937557e2..88dd4168c6 100644 --- a/anda/tools/coreboot-utils/coreboot-utils.spec +++ b/anda/tools/coreboot-utils/coreboot-utils.spec @@ -559,7 +559,7 @@ popd %ifarch x86_64 pushd msrtool -./configure +%configure %make_build popd %endif