]> git.droids-corp.org - dpdk.git/blobdiff - examples/rxtx_callbacks/Makefile
test/ipsec: fix a typo in function name
[dpdk.git] / examples / rxtx_callbacks / Makefile
index 0f126692a9dfb90dc135c7bc9ab53170d1ccee76..584b9fafb0a6a7c92c82585cd8785c1fe4076b05 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)