gnu: ucx: Do not install static libraries.

* gnu/packages/fabric-management.scm (ucx)[arguments]: Pass
"--disable-static".
This commit is contained in:
Ludovic Courtès 2019-11-08 10:16:39 +01:00 committed by Ludovic Courtès
parent b35f621e45
commit 3b09bb191c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -195,6 +195,8 @@ (define-public ucx
(arguments
'( ;; These are some of the flags found in 'contrib/configure-release'.
#:configure-flags (list
"--disable-static"
;; XXX: Disable optimizations specific to the build
;; machine (AVX, etc.) There's apparently no way to
;; have them picked up at load time.