]> git.droids-corp.org - dpdk.git/blobdiff - examples/vhost/Makefile
net/ice: support ether type filter on flow director
[dpdk.git] / examples / vhost / Makefile
index fcb864d0eca8de05556cfbfe16b8f29502732000..ef6f3550f3e15db43e89329fdca71136e6fcc4cb 100644 (file)
@@ -21,10 +21,10 @@ 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)
+LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)
 
 CFLAGS += -DALLOW_EXPERIMENTAL_API