X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fhelloworld%2FMakefile;h=267f90b4e06886875582c2cb75162eaea6bde57e;hb=12a652a02b080f26a1e9fd0169a58d6bcbe7b03c;hp=403afa05046c22dd536feef97831e4b612a60ece;hpb=4131ad5db79a016970287282b938ebed2f19bdb3;p=dpdk.git diff --git a/examples/helloworld/Makefile b/examples/helloworld/Makefile index 403afa0504..267f90b4e0 100644 --- a/examples/helloworld/Makefile +++ b/examples/helloworld/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)