]> git.droids-corp.org - dpdk.git/blobdiff - examples/qos_meter/Makefile
examples/ipsec-secgw: add event config display
[dpdk.git] / examples / qos_meter / Makefile
index 4a9b628b834abd60262bc9115dd6fc154905729b..7c2bf88a90f930d4fea9065c6ddb537875f6e9a0 100644 (file)
@@ -19,7 +19,7 @@ static: build/$(APP)-static
 
 PKGCONF ?= pkg-config
 
-PC_FILE := $(shell $(PKGCONF) --path libdpdk)
+PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null)
 CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk)
 LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk)
 LDFLAGS_STATIC = -Wl,-Bstatic $(shell $(PKGCONF) --static --libs libdpdk)