Move OFED libraries libmlx5.so.1 and libibverbs.so.1 to /lib.
The is required because libpcap.so depends on the libraries when OFED is enabled. Reviewed by: bdrewery, hselasky Sponsored by: Mellanox Technologies MFC after: 2 weeks Differential revision: https://reviews.freebsd.org/D16230
This commit is contained in:
parent
caba8c7d3f
commit
9db3eed934
@ -38,6 +38,9 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20180721: move of libmlx5.so.1 and libibverbs.so.1
|
||||
OLD_LIBS+=usr/lib/libmlx5.so.1
|
||||
OLD_LIBS+=usr/lib/libibverbs.so.1
|
||||
# 20180710: old numa cleanup
|
||||
OLD_FILES+=usr/include/sys/numa.h
|
||||
OLD_FILES+=usr/share/man/man2/numa_getaffinity.2.gz
|
||||
|
@ -5,7 +5,7 @@ _spath= ${SRCTOP}/contrib/ofed/libibverbs
|
||||
|
||||
LIB= ibverbs
|
||||
SHLIB_MAJOR= 1
|
||||
SHLIBDIR?= /usr/lib
|
||||
SHLIBDIR?= /lib
|
||||
MK_PROFILE= no
|
||||
VERSION_MAP= ${_spath}/libibverbs.map
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
_spath= ${SRCTOP}/contrib/ofed/libmlx5
|
||||
.PATH: ${_spath}
|
||||
|
||||
SHLIBDIR?= /usr/lib
|
||||
SHLIBDIR?= /lib
|
||||
LIB= mlx5
|
||||
SHLIB_MAJOR= 1
|
||||
MK_PROFILE= no
|
||||
|
Loading…
Reference in New Issue
Block a user