gnu: liblinphone: Enable LDAP support.

* gnu/packages/linphone.scm (liblinphone)
[configure-flags] <ENABLE_LDAP>: New flag.
[inputs]: Add openldap.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Raghav Gururajan 2021-03-20 04:08:06 -04:00 committed by Maxim Cournoyer
parent acf4c0cd7c
commit 342e223c8e
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -40,6 +40,7 @@ (define-module (gnu packages linphone)
#:use-module (gnu packages image)
#:use-module (gnu packages linux)
#:use-module (gnu packages ncurses)
#:use-module (gnu packages openldap)
#:use-module (gnu packages perl)
#:use-module (gnu packages pulseaudio)
#:use-module (gnu packages python)
@ -782,6 +783,7 @@ (define-public liblinphone
("belr" ,belr)
("bzrtp" ,bzrtp)
("iconv" ,libiconv)
("ldap" ,openldap)
("libxsd" ,xsd)
("lime" ,lime)
("mediastreamer2" ,mediastreamer2)