mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ucx: Do not install static libraries.
* gnu/packages/fabric-management.scm (ucx)[arguments]: Pass "--disable-static".
This commit is contained in:
parent
b35f621e45
commit
3b09bb191c
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue