Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2014 13:28:22 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r275331 - in projects/sendfile/contrib/ofed/librdmacm/examples/build: cmatose mckey rping udaddy
Message-ID:  <201411301328.sAUDSM3s070592@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glebius
Date: Sun Nov 30 13:28:21 2014
New Revision: 275331
URL: https://svnweb.freebsd.org/changeset/base/275331

Log:
  Merge head r275327 through r275329.

Modified:
  projects/sendfile/contrib/ofed/librdmacm/examples/build/cmatose/Makefile
  projects/sendfile/contrib/ofed/librdmacm/examples/build/mckey/Makefile
  projects/sendfile/contrib/ofed/librdmacm/examples/build/rping/Makefile
  projects/sendfile/contrib/ofed/librdmacm/examples/build/udaddy/Makefile
Directory Properties:
  projects/sendfile/   (props changed)
  projects/sendfile/sys/   (props changed)

Modified: projects/sendfile/contrib/ofed/librdmacm/examples/build/cmatose/Makefile
==============================================================================
--- projects/sendfile/contrib/ofed/librdmacm/examples/build/cmatose/Makefile	Sun Nov 30 13:27:58 2014	(r275330)
+++ projects/sendfile/contrib/ofed/librdmacm/examples/build/cmatose/Makefile	Sun Nov 30 13:28:21 2014	(r275331)
@@ -6,5 +6,6 @@ PROG=	cmatose
 MAN=
 SRCS=	cmatose.c
 LDADD+= -libverbs -lrdmacm -lpthread
+LDADD+= -lmlx4
 
 .include <bsd.prog.mk>

Modified: projects/sendfile/contrib/ofed/librdmacm/examples/build/mckey/Makefile
==============================================================================
--- projects/sendfile/contrib/ofed/librdmacm/examples/build/mckey/Makefile	Sun Nov 30 13:27:58 2014	(r275330)
+++ projects/sendfile/contrib/ofed/librdmacm/examples/build/mckey/Makefile	Sun Nov 30 13:28:21 2014	(r275331)
@@ -6,5 +6,6 @@ PROG=	mckey
 MAN=
 SRCS=	mckey.c
 LDADD+= -libverbs -lrdmacm -lpthread
+LDADD+= -lmlx4
 
 .include <bsd.prog.mk>

Modified: projects/sendfile/contrib/ofed/librdmacm/examples/build/rping/Makefile
==============================================================================
--- projects/sendfile/contrib/ofed/librdmacm/examples/build/rping/Makefile	Sun Nov 30 13:27:58 2014	(r275330)
+++ projects/sendfile/contrib/ofed/librdmacm/examples/build/rping/Makefile	Sun Nov 30 13:28:21 2014	(r275331)
@@ -6,5 +6,6 @@ PROG=	rping
 MAN=
 SRCS=	rping.c
 LDADD+= -libverbs -lrdmacm -lpthread
+LDADD+= -lmlx4
 
 .include <bsd.prog.mk>

Modified: projects/sendfile/contrib/ofed/librdmacm/examples/build/udaddy/Makefile
==============================================================================
--- projects/sendfile/contrib/ofed/librdmacm/examples/build/udaddy/Makefile	Sun Nov 30 13:27:58 2014	(r275330)
+++ projects/sendfile/contrib/ofed/librdmacm/examples/build/udaddy/Makefile	Sun Nov 30 13:28:21 2014	(r275331)
@@ -6,5 +6,6 @@ PROG=	udaddy
 MAN=
 SRCS=	udaddy.c
 LDADD+= -libverbs -lrdmacm -lpthread
+LDADD+= -lmlx4
 
 .include <bsd.prog.mk>



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