apteryx pushed a commit to branch master
in repository guix.

commit 342e223c8e1913fdab9e099a68bce7d93b16cc42
Author: Raghav Gururajan <[email protected]>
AuthorDate: Sat Mar 20 04:08:06 2021 -0400

    gnu: liblinphone: Enable LDAP support.
    
    * gnu/packages/linphone.scm (liblinphone)
    [configure-flags] <ENABLE_LDAP>: New flag.
    [inputs]: Add openldap.
    
    Signed-off-by: Maxim Cournoyer <[email protected]>
---
 gnu/packages/linphone.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm
index cc1308b..053e9e9 100644
--- a/gnu/packages/linphone.scm
+++ b/gnu/packages/linphone.scm
@@ -40,6 +40,7 @@
   #: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 @@ device.")
        ("belr" ,belr)
        ("bzrtp" ,bzrtp)
        ("iconv" ,libiconv)
+       ("ldap" ,openldap)
        ("libxsd" ,xsd)
        ("lime" ,lime)
        ("mediastreamer2" ,mediastreamer2)

Reply via email to