X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fl2fwd-crypto%2FMakefile;fp=examples%2Fl2fwd-crypto%2FMakefile;h=2f1405a72be48f4e289ff4273981e8ba767dc210;hb=69b1bb49ed82a4e96b67046f4916eecc14c6ad55;hp=ecfbab1f59c1ed9df32d6c6ad60f6e3342492f9c;hpb=12a652a02b080f26a1e9fd0169a58d6bcbe7b03c;p=dpdk.git diff --git a/examples/l2fwd-crypto/Makefile b/examples/l2fwd-crypto/Makefile index ecfbab1f59..2f1405a72b 100644 --- a/examples/l2fwd-crypto/Makefile +++ b/examples/l2fwd-crypto/Makefile @@ -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)