From dfb69d06be1a3fc48088d332556516e0c8075c80 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 27 Aug 2024 04:22:17 +0200 Subject: openldap: use openssl instead of libressl --- package/openldap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/openldap/Makefile b/package/openldap/Makefile index 601802d60..ba69f6066 100644 --- a/package/openldap/Makefile +++ b/package/openldap/Makefile @@ -9,8 +9,8 @@ PKG_RELEASE:= 1 PKG_HASH:= 48969323e94e3be3b03c6a132942dcba7ef8d545f2ad35401709019f696c3c4e PKG_DESCR:= ldap client libraries PKG_SECTION:= libs/misc -PKG_DEPENDS:= libsasl2 libuuid libncurses libressl -PKG_BUILDDEP:= cyrus-sasl util-linux libressl +PKG_DEPENDS:= libsasl2 libuuid libncurses libopenssl +PKG_BUILDDEP:= cyrus-sasl util-linux openssl PKG_NEEDS:= threads c++ PKG_URL:= http://www.openldap.org/ PKG_SITES:= https://openldap.org/software/download/OpenLDAP/openldap-release/ -- cgit v1.2.3