service: don't walk out of bounds when checking services
[dpdk.git] / lib / librte_cfgfile / Makefile
index d951256..d3b0842 100644 (file)
@@ -11,11 +11,10 @@ LIB = librte_cfgfile.a
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)
 CFLAGS += -I$(SRCDIR)/../librte_eal/common/include
+LDLIBS += -lrte_eal
 
 EXPORT_MAP := rte_cfgfile_version.map
 
-LIBABIVER := 2
-
 #
 # all source are stored in SRCS-y
 #