gnu: openldap: Don't build static libraries.
* gnu/packages/openldap.scm (openldap)[arguments]: Add "--disable-static" to #:configure-flags. Remove phase 'provide-libtool'.
This commit is contained in:
parent
1428bce348
commit
b148506df7
|
@ -70,11 +70,9 @@
|
||||||
(native-inputs `(("libtool" ,libtool)))
|
(native-inputs `(("libtool" ,libtool)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
|
#:configure-flags '("--disable-static")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'configure 'provide-libtool
|
|
||||||
(lambda _ (copy-file (which "libtool") "libtool")
|
|
||||||
#t))
|
|
||||||
(add-after 'install 'patch-sasl-path
|
(add-after 'install 'patch-sasl-path
|
||||||
;; Give -L arguments for cyrus-sasl to avoid propagation.
|
;; Give -L arguments for cyrus-sasl to avoid propagation.
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
|
|
Loading…
Reference in New Issue