From 3373135bd037a72872fb4526ca4d6625e4997064 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 17 Apr 2026 13:07:48 -0500 Subject: [PATCH] chore (limine): use %conf (#11291) (#11337) --- anda/system/limine/limine.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/system/limine/limine.spec b/anda/system/limine/limine.spec index b88e5d9733..6f27f3aae9 100644 --- a/anda/system/limine/limine.spec +++ b/anda/system/limine/limine.spec @@ -17,8 +17,10 @@ the reference implementation for the Limine boot protocol. %autosetup cp %{S:1} . -%build +%conf %configure --enable-all CC_FOR_TARGET=clang LD_FOR_TARGET=ld.lld + +%build %make_build %install