]> git.droids-corp.org - dpdk.git/blobdiff - examples/ip_pipeline/Makefile
examples: fix build with old pkg-config
[dpdk.git] / examples / ip_pipeline / Makefile
index cf10d7180872e3c701b0928c12738989fa9b3f0e..77d37cc40ecba60cd0d326fb92a1f8aabafa12e2 100644 (file)
@@ -30,7 +30,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)