svn commit: r275331 - in projects/sendfile/contrib/ofed/librdmacm/examples/build: cmatose mckey rping udaddy
Gleb Smirnoff
glebius at FreeBSD.org
Sun Nov 30 13:28:23 UTC 2014
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>
More information about the svn-src-projects
mailing list