mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rdma-core: Remove "-DIOCTL_MODE=write" configure flag.
Fixes <https://bugs.gnu.org/46229>.
This flag was added in commit 2b14c60d38
.
It is apparently no longer needed. Worse, it now causes segfaults when
used with Omni-Path devices, as reported in the bug above.
* gnu/packages/linux.scm (rdma-core)[arguments]: Remove
"-DIOCTL_MODE=write" from #:configure-flags.
This commit is contained in:
parent
221fddd2e2
commit
37e997bc78
1 changed files with 1 additions and 8 deletions
|
@ -5528,14 +5528,7 @@ (define-public rdma-core
|
|||
(string-append "-DRST2MAN_EXECUTABLE="
|
||||
(assoc-ref %build-inputs
|
||||
"python-docutils")
|
||||
"/bin/rst2man.py")
|
||||
|
||||
;; On some configurations, the
|
||||
;; IB_USER_MAD_REGISTER_AGENT ioctl, which is
|
||||
;; used by default, would return ENODEV. To
|
||||
;; avoid that, use 'write' instead of ioctls,
|
||||
;; as suggested in 'CMakeList.txt'.
|
||||
"-DIOCTL_MODE=write")
|
||||
"/bin/rst2man.py"))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'build
|
||||
|
|
Loading…
Reference in a new issue