me
/
guix
Archived
1
0
Fork 0

gnu: rdma-core: Use the "write" ioctl mode.

* gnu/packages/linux.scm (rdma-core)[arguments]: Add "-DIOCTL_MODE=write"
to #:configure-flags.
master
Ludovic Courtès 2019-11-08 17:52:54 +01:00
parent eaa52b5baa
commit 2b14c60d38
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 8 additions and 1 deletions

View File

@ -4322,7 +4322,14 @@ The package provides additional NTFS tools.")
;; to do the same for consistency. They also recommend using the
;; "Release" build type.
#:build-type "Release"
#:configure-flags (list "-GNinja")
#:configure-flags (list "-GNinja"
;; 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")
#:phases
(modify-phases %standard-phases
(replace 'build