File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ include $(TOPDIR)/src/include/builddefs
44CFILES = bpf.c
55CMDTARGET = pmdabpf$(EXECSUFFIX )
66LIBTARGET = pmda_bpf.$(DSOSUFFIX )
7- LLDLIBS = $(PCP_WEBLIB )
8- LLDLIBS += $(LIB_FOR_ZLIB ) $(LIB_FOR_MATH ) $(LIB_FOR_LIBELF ) -lbpf
7+ LLDLIBS = -lbpf $(PCP_WEBLIB )
8+ LLDLIBS += $(LIB_FOR_ZLIB ) $(LIB_FOR_MATH ) $(LIB_FOR_LIBELF )
99ifeq "$(HAVE_LIBINIH ) " "true"
1010LLDLIBS += $(LIB_FOR_INIH )
1111endif
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ include $(TOPDIR)/src/include/builddefs
44IAM = bpf
55LCFLAGS = -I../bpf/include -I..
66LLDFLAGS += -fPIC -L../bpf
7- LDLIBS = $(PCP_WEBLIB ) $(LIB_FOR_MATH ) $(LIB_FOR_LIBELF ) -lbpf
7+ LDLIBS = -lbpf $(PCP_WEBLIB ) $(LIB_FOR_MATH ) $(LIB_FOR_LIBELF )
88LDIRT = $(HELPERS_H ) $(HELPERS_C ) $(APPS_H ) $(APPS_BPF ) vmlinux.h
99MODULETMP = $(PCP_PMDAS_DIR ) /$(IAM ) /modules
1010MODULEDIR = $(PCP_PMDASADM_DIR ) /$(IAM ) /modules
You can’t perform that action at this time.
0 commit comments