Restore patch needed for openldap-servers build

Resolves: RHEL-35581
This commit is contained in:
Viktor Ashirov 2024-07-03 14:35:30 +02:00
parent 25a8d123b9
commit 03a5f82f6c

View File

@ -51,6 +51,9 @@ Patch6: openldap-switch-to-lt_dlopenadvise-to-get-RTLD_GLOBAL-set.patch
Patch7: openldap-openssl-manpage-defaultCA.patch
Patch8: openldap-add-export-symbols-LDAP_CONNECTIONLESS.patch
Patch9: openldap-explicitly-cast-private-values.patch
%if %{with servers}
Patch10: openldap-slapi-fix-plugin-plugin_pblock_new-usage.patch
%endif
# check-password module specific patches
Patch90: check-password-makefile.patch
@ -173,6 +176,9 @@ pushd openldap-%{version}
%patch -P7 -p1
%patch -P8 -p1
%patch -P9 -p1
%if %{with servers}
%patch -P10 -p1
%endif
# build smbk5pwd with other overlays
ln -s ../../../contrib/slapd-modules/smbk5pwd/smbk5pwd.c servers/slapd/overlays