fix compilation problem of example.

This commit is contained in:
jfb8856606 2021-02-05 09:12:16 +00:00 committed by fengbojiang
parent 3af48f4831
commit 5de5f63f0e
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ CFLAGS += -O -gdwarf-2 $(shell $(PKGCONF) --cflags libdpdk)
LIBS+= $(shell $(PKGCONF) --static --libs libdpdk)
LIBS+= -L${FF_PATH}/lib -Wl,--whole-archive,-lfstack,--no-whole-archive
LIBS+= -Wl,--no-whole-archive -lrt -lm -ldl -lcrypto -pthread -lnuma
TARGET="helloworld"
all: