Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Aug 2018 08:42:06 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r337681 - in stable/11: . lib/ofed/libibverbs lib/ofed/libmlx5
Message-ID:  <201808120842.w7C8g6EC026827@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Sun Aug 12 08:42:06 2018
New Revision: 337681
URL: https://svnweb.freebsd.org/changeset/base/337681

Log:
  MFC r336568:
  Move OFED libraries libmlx5.so.1 and libibverbs.so.1 to /lib.

Modified:
  stable/11/ObsoleteFiles.inc
  stable/11/lib/ofed/libibverbs/Makefile
  stable/11/lib/ofed/libmlx5/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/ObsoleteFiles.inc
==============================================================================
--- stable/11/ObsoleteFiles.inc	Sun Aug 12 07:47:44 2018	(r337680)
+++ stable/11/ObsoleteFiles.inc	Sun Aug 12 08:42:06 2018	(r337681)
@@ -38,6 +38,9 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20180812: move of libmlx5.so.1 and libibverbs.so.1
+OLD_LIBS+=usr/lib/libmlx5.so.1
+OLD_LIBS+=usr/lib/libibverbs.so.1
 # 20180714: new clang import which bumps version from 6.0.0 to 6.0.1.
 OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/allocator_interface.h
 OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/asan_interface.h

Modified: stable/11/lib/ofed/libibverbs/Makefile
==============================================================================
--- stable/11/lib/ofed/libibverbs/Makefile	Sun Aug 12 07:47:44 2018	(r337680)
+++ stable/11/lib/ofed/libibverbs/Makefile	Sun Aug 12 08:42:06 2018	(r337681)
@@ -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
 

Modified: stable/11/lib/ofed/libmlx5/Makefile
==============================================================================
--- stable/11/lib/ofed/libmlx5/Makefile	Sun Aug 12 07:47:44 2018	(r337680)
+++ stable/11/lib/ofed/libmlx5/Makefile	Sun Aug 12 08:42:06 2018	(r337681)
@@ -3,7 +3,7 @@
 _spath=	${SRCTOP}/contrib/ofed/libmlx5
 .PATH: ${_spath}
 
-SHLIBDIR?=	/usr/lib
+SHLIBDIR?=	/lib
 LIB=		mlx5
 SHLIB_MAJOR=	1
 MK_PROFILE=	no



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808120842.w7C8g6EC026827>