]> git.droids-corp.org - dpdk.git/blobdiff - examples/l3fwd-power/Makefile
examples: fix build with old pkg-config
[dpdk.git] / examples / l3fwd-power / Makefile
index 98248f462ab14e7b14e54a3d460fd0a8685afb9d..de5d15cb7c67535776d905dc42042bd3ac1b4e9e 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)