X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2Fvdpa%2FMakefile;h=6a25497cd8d2081477bef912cc8c58b447b1be08;hb=c621a9b66bd24e363645b68f08b6f3ef7ab430cc;hp=68d088f220ee704dfb46e625bf2ec82a59244ccf;hpb=12a652a02b080f26a1e9fd0169a58d6bcbe7b03c;p=dpdk.git diff --git a/examples/vdpa/Makefile b/examples/vdpa/Makefile index 68d088f220..6a25497cd8 100644 --- a/examples/vdpa/Makefile +++ b/examples/vdpa/Makefile @@ -20,7 +20,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)