mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-10 23:20:37 +02:00
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:
@@ -70,11 +70,9 @@
|
||||
(native-inputs `(("libtool" ,libtool)))
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
#:configure-flags '("--disable-static")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'configure 'provide-libtool
|
||||
(lambda _ (copy-file (which "libtool") "libtool")
|
||||
#t))
|
||||
(add-after 'install 'patch-sasl-path
|
||||
;; Give -L arguments for cyrus-sasl to avoid propagation.
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
|
||||
Reference in New Issue
Block a user