rdma: add missing symbols
rdma-core-25.0 move some symbol to another library, make sure we link
to it.
Type: fix
Fixes: ec75759385
Change-Id: I6b8a56ea5fc7787d3de0982015ed47b767557c06
Signed-off-by: Benoît Ganne <bganne@cisco.com>
This commit is contained in:

committed by
Andrew Yourtchenko

parent
08f2a5dae9
commit
c0bc26eaf3
5
build/external/packages/rdma-core.mk
vendored
5
build/external/packages/rdma-core.mk
vendored
@@ -32,6 +32,7 @@ RDMA_FILES := include/infiniband/verbs.h \
|
||||
include/infiniband/ib_user_ioctl_verbs.h \
|
||||
include/rdma/ib_user_verbs.h \
|
||||
lib/statics/libibverbs.a \
|
||||
util/librdma_util.a \
|
||||
lib/statics/libmlx5.a
|
||||
|
||||
define rdma-core_config_cmds
|
||||
@@ -43,12 +44,14 @@ define rdma-core_config_cmds
|
||||
endef
|
||||
|
||||
define rdma-core_build_cmds
|
||||
$(CMAKE) --build $(rdma-core_build_dir) -- libibverbs.a libmlx5.a > $(rdma-core_build_log)
|
||||
$(CMAKE) --build $(rdma-core_build_dir) -- libibverbs.a librdma_util.a libmlx5.a > $(rdma-core_build_log)
|
||||
endef
|
||||
|
||||
define rdma-core_install_cmds
|
||||
mkdir -p $(rdma-core_install_dir)
|
||||
tar -C $(rdma-core_build_dir) --xform='s|/statics/|/|' -hc $(RDMA_FILES) | tar -C $(rdma-core_install_dir) -xv > $(rdma-core_install_log)
|
||||
mv -v $(rdma-core_install_dir)/util/librdma_util.a $(rdma-core_install_dir)/lib >> $(rdma-core_install_log)
|
||||
rmdir $(rdma-core_install_dir)/util
|
||||
endef
|
||||
|
||||
$(eval $(call package,rdma-core))
|
||||
|
Reference in New Issue
Block a user