]> git.droids-corp.org - dpdk.git/blobdiff - examples/helloworld/Makefile
examples: fix build with old pkg-config
[dpdk.git] / examples / helloworld / Makefile
index 403afa05046c22dd536feef97831e4b612a60ece..267f90b4e06886875582c2cb75162eaea6bde57e 100644 (file)
@@ -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)