Skip to content

Commit 6a8a0f6

Browse files
committed
Fix build error with gcc-15.2.0(ubuntu-26.04).
1 parent e436cbe commit 6a8a0f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CFLAGS += -O0 -g -gdwarf-2 $(shell $(PKGCONF) --cflags libdpdk)
1414

1515
LIBS+= $(shell $(PKGCONF) --static --libs libdpdk)
1616
LIBS+= -L${FF_PATH}/lib -Wl,--whole-archive,-lfstack,--no-whole-archive
17-
LIBS+= -Wl,--no-whole-archive -lrt -lm -ldl -lcrypto -pthread -lnuma
17+
LIBS+= -Wl,--no-whole-archive -lrt -lm -ldl -lcrypto -lz -pthread -lnuma
1818

1919
TARGET="helloworld"
2020

0 commit comments

Comments
 (0)