X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fl3fwd-acl%2FMakefile;fp=examples%2Fl3fwd-acl%2FMakefile;h=7fcf1e7a6362f2763bdbcd703409430826a1c669;hb=12a652a02b080f26a1e9fd0169a58d6bcbe7b03c;hp=e2c989f717cf5b338a524c929c36339c84a91127;hpb=e7f4fbb30153702438e7b776eb05966caefc2c77;p=dpdk.git diff --git a/examples/l3fwd-acl/Makefile b/examples/l3fwd-acl/Makefile index e2c989f717..7fcf1e7a63 100644 --- a/examples/l3fwd-acl/Makefile +++ b/examples/l3fwd-acl/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)