]> git.droids-corp.org - dpdk.git/blobdiff - examples/ipv4_multicast/Makefile
examples: fix build with old pkg-config
[dpdk.git] / examples / ipv4_multicast / Makefile
index 5f8a67dd4edfd131f9c19395078f853bd9e7a7f8..5f9d738810cbdcd9381ca0085488c4905b7ce5f4 100644 (file)
@@ -18,7 +18,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)