From c2019b58e018f4280baacf1eebbb5031ec74b977 Mon Sep 17 00:00:00 2001 From: xpamych Date: Wed, 9 Nov 2022 16:06:03 +0300 Subject: [PATCH] > openldap-devel --- admc/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admc/lure.sh b/admc/lure.sh index a577a38..944b87b 100644 --- a/admc/lure.sh +++ b/admc/lure.sh @@ -35,7 +35,7 @@ deps_amd64=('smbldap-tools' ) deps_amd64_debian=('libldap-2.4-2' 'libsasl2-2' 'libsmbclient' 'libuuid1' 'libqt5help5' 'libkrb5-3') -build_deps=('cmake' 'gcc' 'gcc-c++' 'qt5-qtbase-devel' 'qt5-linguist' 'cyrus-sasl') +build_deps=('cmake' 'gcc' 'gcc-c++' 'qt5-qtbase-devel' 'qt5-linguist' 'openldap-devel') build_deps_debian=('debhelper' 'cmake' 'qtbase5-dev' 'libqt5help5' 'qttools5-dev' 'libldap2-dev' 'pkg-config' 'samba-dev' 'libsmbclient-dev' 'libkrb5-dev' 'libglib2.0-dev' 'libsasl2-dev') sources_amd64=("git+https://github.com/altlinux/${name}.git")