]> git.droids-corp.org - dpdk.git/blobdiff - examples/flow_classify/Makefile
sleep in control plane thread
[dpdk.git] / examples / flow_classify / Makefile
index 4c23e5c6d1b1edc765a3758487e08c04e5a26d2d..6864941b3e83f669e8109b5f82e8e8af0f65d610 100644 (file)
@@ -17,9 +17,9 @@ 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)
+PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null)
 CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk)
 LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk)
 LDFLAGS_STATIC = -Wl,-Bstatic $(shell $(PKGCONF) --static --libs libdpdk)