X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=examples%2Fbond%2FMakefile;h=3f1ae1b6f5166e3e414f50de826c98a2a9c98c12;hp=0229b31bb109695c6a071460d42af9d4a8026303;hb=12a652a02b080f26a1e9fd0169a58d6bcbe7b03c;hpb=e7f4fbb30153702438e7b776eb05966caefc2c77 diff --git a/examples/bond/Makefile b/examples/bond/Makefile index 0229b31bb1..3f1ae1b6f5 100644 --- a/examples/bond/Makefile +++ b/examples/bond/Makefile @@ -19,7 +19,7 @@ static: build/$(APP)-static LDFLAGS += -lrte_pmd_bond -PKGCONF=pkg-config --define-prefix +PKGCONF ?= pkg-config PC_FILE := $(shell $(PKGCONF) --path libdpdk) CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk)