updating openldap

This commit is contained in:
Jean-François GUILLAUME 2021-12-16 16:28:05 +01:00
parent 29b616e131
commit 0a508dbe43
GPG key ID: 38751DAE145EFB5A
2 changed files with 27 additions and 0 deletions

View file

@ -15,6 +15,7 @@
#:use-module (gnu packages python)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages tls)
#:use-module (glicid packages perl)
)
(define-public openldap
@ -77,6 +78,7 @@
"--with-tls=openssl"
)
#:make-flags '("STRIP=")
#:parallel-build? #f
#:phases (modify-phases %standard-phases
(add-before 'build 'make-depend
(lambda* (#:key input #:allow-other-keys)