]> git.droids-corp.org - dpdk.git/blobdiff - examples/tep_termination/Makefile
doc: add patch dependency syntax to contributing guide
[dpdk.git] / examples / tep_termination / Makefile
index 645112498d330558177dd07a9801025f97b50f66..548ca3cee37bbd661d5084c21b97859ef481f69e 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 += -Wno-deprecated-declarations