From 239a3e0f11f181d8b381a8ce655084a3987141fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Uhliarik?= Date: Sat, 3 Aug 2024 19:55:47 +0200 Subject: [PATCH] Add necessary openldap-devel build dependency --- httpd.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/httpd.spec b/httpd.spec index 6725b92..ead081b 100644 --- a/httpd.spec +++ b/httpd.spec @@ -117,6 +117,7 @@ BuildRequires: gcc, autoconf, pkgconfig, findutils, xmlto BuildRequires: perl-interpreter, perl-generators, systemd-devel BuildRequires: zlib-devel, libselinux-devel, lua-devel, brotli-devel BuildRequires: apr-devel >= 1.5.0, apr-util-devel >= 1.5.0 +BuildRequires: openldap-devel BuildRequires: systemd-rpm-macros %if %{with pcre2} BuildRequires: pcre2-devel