Skip to content

Commit

Permalink
fix linker issue
Browse files Browse the repository at this point in the history
fix linker issue
"undefined reference to `zip_archive_open'" ...
  • Loading branch information
pettai committed Oct 11, 2023
1 parent d5fe99c commit 5221079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ XDPPROGOBJ = xdpfw_kern.o
OBJS = $(BUILDDIR)/$(CONFIGOBJ) $(BUILDDIR)/$(CMDLINEOBJ)

# LD flags and includes.
LDFLAGS += -lconfig -lelf -lz
LDFLAGS += -lconfig -lelf -lz -lxdp
INCS = -I $(LIBBPFSRC)
INCS += -I /usr/include -I /usr/local/include

Expand Down

0 comments on commit 5221079

Please sign in to comment.