X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fl3fwd%2FMakefile;fp=examples%2Fl3fwd%2FMakefile;h=b2dbf26075ec1fc8afe6ef6ecc8de25346d89058;hb=69b1bb49ed82a4e96b67046f4916eecc14c6ad55;hp=042eae92bbd0c63c95b661b752fa3df65c322ddf;hpb=12a652a02b080f26a1e9fd0169a58d6bcbe7b03c;p=dpdk.git diff --git a/examples/l3fwd/Makefile b/examples/l3fwd/Makefile index 042eae92bb..b2dbf26075 100644 --- a/examples/l3fwd/Makefile +++ b/examples/l3fwd/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)