]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_net/Makefile
examples/ipsec-secgw: replace strncpy with strlcpy
[dpdk.git] / lib / librte_net / Makefile
index ab290c382a649f5d9f79cd5e9667e371ac258833..85e403f417c297f2e30577426c75f2fc6a7a9ead 100644 (file)
@@ -5,8 +5,9 @@ include $(RTE_SDK)/mk/rte.vars.mk
 
 LIB = librte_net.a
 
+CFLAGS += -DALLOW_EXPERIMENTAL_API
 CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) -O3
-LDLIBS += -lrte_mbuf -lrte_eal
+LDLIBS += -lrte_mbuf -lrte_eal -lrte_mempool
 
 EXPORT_MAP := rte_net_version.map
 LIBABIVER := 1