]> git.droids-corp.org - dpdk.git/blobdiff - examples/l2fwd-crypto/Makefile
examples/vm_power: fix build with -fno-common
[dpdk.git] / examples / l2fwd-crypto / Makefile
index 29fd530b47dd758fc74599b746163fb4da7c69da..2f1405a72be48f4e289ff4273981e8ba767dc210 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)