Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pmdas/infiniband/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ include $(TOPDIR)/src/include/builddefs
CMDTARGET = pmdaib$(EXECSUFFIX)
CFILES = ib.c pmda.c
HFILES = ibpmda.h
LLDLIBS = $(IB_LIBS) $(PCP_LIBS) -lpcp_pmda -lpcp
LLDLIBS = $(IB_LIBS) $(PCP_LIBS) -lpcp_pmda -lpcp -libverbs
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Hannibal404 this library should arrive via the IB_LIBS macro (which originates from the configure.ac file), and not hard-coded like this.


IAM = ib
DOMAIN = IB
Expand Down
Loading
Loading