]> git.droids-corp.org - dpdk.git/blobdiff - examples/bond/Makefile
net/iavf: add GTPU in default hash
[dpdk.git] / examples / bond / Makefile
index 2030ca410a9b4e485bde86107fc46d3b89d521b4..4e4289e151d47068b9ffa9cccb441ce12d134af3 100644 (file)
@@ -24,7 +24,7 @@ PKGCONF ?= pkg-config
 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