mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
updating openldap
This commit is contained in:
parent
0b62998212
commit
213dae977b
1 changed files with 1 additions and 2 deletions
|
@ -15,7 +15,6 @@
|
|||
#:use-module (gnu packages python)
|
||||
#:use-module (gnu packages pkg-config)
|
||||
#:use-module (gnu packages tls)
|
||||
#:use-module (glicid packages perl)
|
||||
)
|
||||
|
||||
(define-public openldap
|
||||
|
@ -49,7 +48,6 @@
|
|||
("snappy", snappy)
|
||||
("lz4", lz4)
|
||||
("unixodbc", unixodbc)
|
||||
("perl-extutils-embed", perl-extutils-embed)
|
||||
,@(package-inputs gnu:openldap)
|
||||
))
|
||||
(arguments '(
|
||||
|
@ -77,6 +75,7 @@
|
|||
"--disable-static"
|
||||
"--enable-shared"
|
||||
"--with-tls=openssl"
|
||||
"--enable-perl=no" ; error with the beck_perl
|
||||
)
|
||||
#:make-flags '("STRIP=")
|
||||
#:parallel-build? #f
|
||||
|
|
Loading…
Add table
Reference in a new issue