mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 18:56:43 +01:00
gnu: ibutils: Fix compilation.
* gnu/packages/fabric-management.scm (ibutils)[arguments]: Add CFLAGS to #:configure-flags.
This commit is contained in:
parent
f30946ce13
commit
96c335574d
1 changed files with 5 additions and 1 deletions
|
@ -169,7 +169,11 @@ (define-public ibutils
|
|||
#$(this-package-input "opensm"))
|
||||
(string-append "--with-tk-lib="
|
||||
#$(this-package-input "tk") "/lib")
|
||||
"--disable-static")))
|
||||
"--disable-static"
|
||||
|
||||
;; Address this link error:
|
||||
;; ld: .libs/ibis.o:/ibis/src/ibis.c:55: multiple definition of `IbisObj'; .libs/ibis_wrap.o:/ibis/src/ibis_wrap.c:3007: first defined here
|
||||
"CFLAGS=-O2 -g -fcommon")))
|
||||
(synopsis "InfiniBand network utilities")
|
||||
(description "These command-line utilities allow for diagnosing and
|
||||
testing InfiniBand networks.")
|
||||
|
|
Loading…
Reference in a new issue