]> git.droids-corp.org - dpdk.git/blobdiff - examples/l2fwd-cat/Makefile
build/pkg-config: improve static linking flags
[dpdk.git] / examples / l2fwd-cat / Makefile
index ca1202be17bbab905a868534a5f1a8cf2127cc2a..d767a10d7d73a4e9a927cae7e67080f1b7e4efa5 100644 (file)
@@ -22,7 +22,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)
 
 LDFLAGS += -lpqos