Skip to content

Commit 6fcecc0

Browse files
committed
support dpdk-18.11 LTS
1 parent 9c55374 commit 6fcecc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ $(REDIS_SERVER_NAME): $(REDIS_SERVER_OBJ)
187187
$(REDIS_LD) -o $@ $^ ../deps/hiredis/libhiredis.a ../deps/lua/src/liblua.a \
188188
$(RTE_ANS)/librte_anssock/librte_anssock.a \
189189
-L$(RTE_SDK)/$(RTE_TARGET)/lib \
190-
-Wl,--whole-archive -Wl,-lrte_mbuf -Wl,-lrte_mempool_ring -Wl,-lrte_mempool -Wl,-lrte_ring -Wl,-lrte_eal -Wl,--no-whole-archive -Wl,-export-dynamic -lnuma \
190+
-Wl,--whole-archive -Wl,-lrte_mbuf -Wl,-lrte_mempool_ring -Wl,-lrte_mempool -Wl,-lrte_ring -Wl,-lrte_eal -Wl,-lrte_kvargs -Wl,--no-whole-archive -Wl,-export-dynamic -lnuma \
191191
$(FINAL_LIBS)
192192

193193
# redis-sentinel

0 commit comments

Comments
 (0)