From 76b28d71976e88d03dc8006332515569524dbc11 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Mon, 18 Sep 2023 16:16:55 +0200 Subject: [PATCH] apr: Include libxcrypt as dependency - IPFire3.x - libxcrypt dependency in apr is required by apr-util and then apache Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- apr/apr.nm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apr/apr.nm b/apr/apr.nm index 622356d37..0e363c53f 100644 --- a/apr/apr.nm +++ b/apr/apr.nm @@ -5,7 +5,7 @@ name = apr version = 1.7.4 -release = 1 +release = 2 groups = System/Libraries url = https://apr.apache.org/ @@ -23,6 +23,7 @@ source_dl = https://www.apache.org/dist/apr/ build requires libuuid-devel + libxcrypt-devel end configure_options += \ -- 2.47.3