X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=examples%2Fvhost%2FMakefile;h=fcb864d0eca8de05556cfbfe16b8f29502732000;hp=f84b7f01720cec170c0458c768ef0a7018870f1f;hb=12a652a02b080f26a1e9fd0169a58d6bcbe7b03c;hpb=e7f4fbb30153702438e7b776eb05966caefc2c77 diff --git a/examples/vhost/Makefile b/examples/vhost/Makefile index f84b7f0172..fcb864d0ec 100644 --- a/examples/vhost/Makefile +++ b/examples/vhost/Makefile @@ -19,7 +19,7 @@ static: build/$(APP)-static LDFLAGS += -pthread -PKGCONF=pkg-config --define-prefix +PKGCONF ?= pkg-config PC_FILE := $(shell $(PKGCONF) --path libdpdk) CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk)