From 7d81af7dea62cd6031003d4d4ea10dee45c79515 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Sat, 12 Nov 2022 15:20:01 +0100 Subject: [PATCH] dynamic configuration needs libtirpc-devel --- busybox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/busybox.spec b/busybox.spec index 10934ce..b000c76 100644 --- a/busybox.spec +++ b/busybox.spec @@ -62,7 +62,7 @@ URL: http://www.busybox.net/ BuildRequires: gcc >= 3.2 BuildRequires: perl-tools-pod BuildRequires: rpmbuild(macros) >= 1.652 -%if %{with glibc} +%if %{with glibc} || %{with dynamic} BuildRequires: libtirpc-devel BuildRequires: pkgconfig %endif -- 2.44.0