diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-08-27 04:22:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-08-27 04:22:17 +0200 |
commit | dfb69d06be1a3fc48088d332556516e0c8075c80 (patch) | |
tree | e4ff588c286bc686c5bbdb013fd57bdb001ed82b /package/openldap | |
parent | 98ae79f2b396e444b9e73721e4624e5c25b38856 (diff) |
openldap: use openssl instead of libressl
Diffstat (limited to 'package/openldap')
-rw-r--r-- | package/openldap/Makefile | 4 |
1 files 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/ |