X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fbond%2FMakefile;h=2030ca410a9b4e485bde86107fc46d3b89d521b4;hb=c621a9b66bd24e363645b68f08b6f3ef7ab430cc;hp=3f1ae1b6f5166e3e414f50de826c98a2a9c98c12;hpb=12a652a02b080f26a1e9fd0169a58d6bcbe7b03c;p=dpdk.git diff --git a/examples/bond/Makefile b/examples/bond/Makefile index 3f1ae1b6f5..2030ca410a 100644 --- a/examples/bond/Makefile +++ b/examples/bond/Makefile @@ -21,7 +21,7 @@ LDFLAGS += -lrte_pmd_bond 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)