]> git.droids-corp.org - dpdk.git/blobdiff - examples/packet_ordering/Makefile
examples/vhost_blk: fix build with gcc 10
[dpdk.git] / examples / packet_ordering / Makefile
index b04a39399a3d668197b3ccda6df1d30ca47d86bb..261b7f06a836fca9e3dcf7175e2c725741439137 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)