X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fl2fwd-crypto%2FMakefile;fp=examples%2Fl2fwd-crypto%2FMakefile;h=ecfbab1f59c1ed9df32d6c6ad60f6e3342492f9c;hb=12a652a02b080f26a1e9fd0169a58d6bcbe7b03c;hp=29fd530b47dd758fc74599b746163fb4da7c69da;hpb=e7f4fbb30153702438e7b776eb05966caefc2c77;p=dpdk.git diff --git a/examples/l2fwd-crypto/Makefile b/examples/l2fwd-crypto/Makefile index 29fd530b47..ecfbab1f59 100644 --- a/examples/l2fwd-crypto/Makefile +++ b/examples/l2fwd-crypto/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)