X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Ftep_termination%2FMakefile;h=645112498d330558177dd07a9801025f97b50f66;hb=69b1bb49ed82a4e96b67046f4916eecc14c6ad55;hp=57af4e7ccab0b39d4bcc3894f981fe823237ad66;hpb=12a652a02b080f26a1e9fd0169a58d6bcbe7b03c;p=dpdk.git diff --git a/examples/tep_termination/Makefile b/examples/tep_termination/Makefile index 57af4e7cca..645112498d 100644 --- a/examples/tep_termination/Makefile +++ b/examples/tep_termination/Makefile @@ -21,7 +21,7 @@ LDFLAGS += -pthread 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)