Skip to content

HBSD: disable VERBS in net/libfabric

Loic requested to merge loic/ports:libfabric into hardenedbsd/main

I know this is not perfect, but I could not find a simple alternative to correct the following error:

configure: *** Configuring verbs provider
checking infiniband/verbs.h usability... no
checking infiniband/verbs.h presence... no
checking for infiniband/verbs.h... no
checking rdma/rdma_cma.h usability... no
checking rdma/rdma_cma.h presence... no
checking for rdma/rdma_cma.h... no
checking rdma/rdma_cma.h usability... no
checking rdma/rdma_cma.h presence... no
checking for rdma/rdma_cma.h... no
configure: verbs provider: disabled
configure: WARNING: verbs provider was requested, but cannot be compiled
configure: error: Cannot continue

Signed-off-by: Loic loic.f@hardenedbsd.org

Edited by Loic

Merge request reports