[2/4] apr: Include libxcrypt as dependency

Message ID 20230918141810.536112-2-adolf.belka@ipfire.org
State Accepted
Commit 76b28d71976e88d03dc8006332515569524dbc11
Headers
Series [1/4] libxcrypt: Update to version 4.4.36 |

Commit Message

Adolf Belka Sept. 18, 2023, 2:16 p.m. UTC
  - IPFire3.x
- libxcrypt dependency in apr is required by apr-util and then apache

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 apr/apr.nm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
  

Patch

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 += \