X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fhelloworld%2FMakefile;h=16d82b02f0e67953e2c7cbef2a2e87abb62a99aa;hb=50d22ef9453c5c6033effeed93043ca784c1ce0b;hp=267f90b4e06886875582c2cb75162eaea6bde57e;hpb=12a652a02b080f26a1e9fd0169a58d6bcbe7b03c;p=dpdk.git diff --git a/examples/helloworld/Makefile b/examples/helloworld/Makefile index 267f90b4e0..16d82b02f0 100644 --- a/examples/helloworld/Makefile +++ b/examples/helloworld/Makefile @@ -19,7 +19,7 @@ static: build/$(APP)-static 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)