mirror of https://github.com/F-Stack/f-stack.git
fix compilation problem of example.
This commit is contained in:
parent
3af48f4831
commit
5de5f63f0e
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue