From: Michael Tremer Date: Mon, 6 Mar 2023 09:56:33 +0000 (+0000) Subject: squid: Fix build by providing libxcrypt-devel X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8840db4e5870b088cec87f0da76f88588ef74b3;p=ipfire-3.x.git squid: Fix build by providing libxcrypt-devel Signed-off-by: Michael Tremer --- diff --git a/squid/squid.nm b/squid/squid.nm index 26cd46f6c..eca35788f 100644 --- a/squid/squid.nm +++ b/squid/squid.nm @@ -7,7 +7,7 @@ name = squid major_ver = 5 minor_ver = 7 version = %{major_ver}.%{minor_ver} -release = 1.1 +release = 1.2 groups = Networking/Daemons url = https://www.squid-cache.org/ @@ -28,6 +28,7 @@ source_dl = http://www.squid-cache.org/Versions/v%{major_ver}/ build requires gcc-c++ + libxcrypt-devel libxml2-devel openssl-devel openldap-devel