X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2Fvmdq%2FMakefile;h=e0f1e4c4064d7e95e93a7b1c4c237319ba689a36;hb=12a652a02b080f26a1e9fd0169a58d6bcbe7b03c;hp=1557ee86bff519790c720397f0504c8a1e5c643a;hpb=e7f4fbb30153702438e7b776eb05966caefc2c77;p=dpdk.git diff --git a/examples/vmdq/Makefile b/examples/vmdq/Makefile index 1557ee86bf..e0f1e4c406 100644 --- a/examples/vmdq/Makefile +++ b/examples/vmdq/Makefile @@ -17,7 +17,7 @@ shared: build/$(APP)-shared static: build/$(APP)-static ln -sf $(APP)-static build/$(APP) -PKGCONF=pkg-config --define-prefix +PKGCONF ?= pkg-config PC_FILE := $(shell $(PKGCONF) --path libdpdk) CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk)