- Switch to USE_OPENLDAP framework instead of direct openldap origin hardcode, unbreak OpenLDAP/SASL use

PR:		241922
Submitted by:	myself
Approved by:	maintainer (woodsb02)
MFH:		2019Q4
This commit is contained in:
Dima Panov 2019-11-18 12:34:58 +00:00
parent 7679cddc57
commit 159b1ade1a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517867

View File

@ -32,10 +32,8 @@ OPTIONS_SUB= yes
CLIENT_DESC= Quassel client (for use with core)
CLIENT_CMAKE_BOOL= WANT_QTCLIENT
CLIENT_USE= qt=dbus,gui,phonon4,webkit,widgets
CLIENT_USE= qt=dbus,gui,phonon4,webkit,widgets openldap=yes
CLIENT_LIB_DEPENDS= libdbusmenu-qt5.so:devel/libdbusmenu-qt \
libldap-2.4.so.2:net/openldap24-client \
liblber-2.4.so.2:net/openldap24-client \
libsnore-qt5.so:devel/snorenotify
CORE_DESC= Quassel core server (for use with client)