svn commit: r275328 - in head/contrib/ofed/librdmacm/examples/build: cmatose mckey rping udaddy

Hans Petter Selasky hselasky at FreeBSD.org
Sun Nov 30 13:13:47 UTC 2014


Author: hselasky
Date: Sun Nov 30 13:13:46 2014
New Revision: 275328
URL: https://svnweb.freebsd.org/changeset/base/275328

Log:
  Add missing libraries when linking.
  
  MFC after:	3 days
  Sponsored by:	Mellanox Technologies

Modified:
  head/contrib/ofed/librdmacm/examples/build/cmatose/Makefile
  head/contrib/ofed/librdmacm/examples/build/mckey/Makefile
  head/contrib/ofed/librdmacm/examples/build/rping/Makefile
  head/contrib/ofed/librdmacm/examples/build/udaddy/Makefile

Modified: head/contrib/ofed/librdmacm/examples/build/cmatose/Makefile
==============================================================================
--- head/contrib/ofed/librdmacm/examples/build/cmatose/Makefile	Sun Nov 30 13:03:46 2014	(r275327)
+++ head/contrib/ofed/librdmacm/examples/build/cmatose/Makefile	Sun Nov 30 13:13:46 2014	(r275328)
@@ -6,5 +6,6 @@ PROG=	cmatose
 MAN=
 SRCS=	cmatose.c
 LDADD+= -libverbs -lrdmacm -lpthread
+LDADD+= -lmlx4
 
 .include <bsd.prog.mk>

Modified: head/contrib/ofed/librdmacm/examples/build/mckey/Makefile
==============================================================================
--- head/contrib/ofed/librdmacm/examples/build/mckey/Makefile	Sun Nov 30 13:03:46 2014	(r275327)
+++ head/contrib/ofed/librdmacm/examples/build/mckey/Makefile	Sun Nov 30 13:13:46 2014	(r275328)
@@ -6,5 +6,6 @@ PROG=	mckey
 MAN=
 SRCS=	mckey.c
 LDADD+= -libverbs -lrdmacm -lpthread
+LDADD+= -lmlx4
 
 .include <bsd.prog.mk>

Modified: head/contrib/ofed/librdmacm/examples/build/rping/Makefile
==============================================================================
--- head/contrib/ofed/librdmacm/examples/build/rping/Makefile	Sun Nov 30 13:03:46 2014	(r275327)
+++ head/contrib/ofed/librdmacm/examples/build/rping/Makefile	Sun Nov 30 13:13:46 2014	(r275328)
@@ -6,5 +6,6 @@ PROG=	rping
 MAN=
 SRCS=	rping.c
 LDADD+= -libverbs -lrdmacm -lpthread
+LDADD+= -lmlx4
 
 .include <bsd.prog.mk>

Modified: head/contrib/ofed/librdmacm/examples/build/udaddy/Makefile
==============================================================================
--- head/contrib/ofed/librdmacm/examples/build/udaddy/Makefile	Sun Nov 30 13:03:46 2014	(r275327)
+++ head/contrib/ofed/librdmacm/examples/build/udaddy/Makefile	Sun Nov 30 13:13:46 2014	(r275328)
@@ -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-head mailing list