]> git.droids-corp.org - dpdk.git/blobdiff - examples/l2fwd-cat/Makefile
examples/ipsec-secgw: extend inline session to non AES-GCM
[dpdk.git] / examples / l2fwd-cat / Makefile
index 86e56a1e712d1caa32956f20734c13e6f023afc3..b0e53c37e8d83c2c3cebb6d7ce467ff2c04eea1e 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)