From 8b3bc7654649f3efaaa4d8faa4921673fb9f3f9f Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 17 Apr 2026 21:31:41 -0500 Subject: [PATCH] chore (chafa): use %conf (#11428) (#11441) --- anda/tools/chafa/chafa.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/tools/chafa/chafa.spec b/anda/tools/chafa/chafa.spec index 217226dd07..5d98ca2012 100644 --- a/anda/tools/chafa/chafa.spec +++ b/anda/tools/chafa/chafa.spec @@ -45,9 +45,11 @@ Requires: %{name}-libs%{?_isa} = %{evr} %prep %autosetup -n chafa-%{version} -%build +%conf autoreconf -ivf %configure --disable-rpath + +%build %make_build %install