]> git.droids-corp.org - dpdk.git/blobdiff - examples/qos_meter/Makefile
examples/l3fwd-power: select default mode automatically
[dpdk.git] / examples / qos_meter / Makefile
index 90e3533d1008e7ce6528b857e1e782518a049a43..165e07ee25b3ef46e8a1a083b4871848bc3e7195 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)
 
 CFLAGS += -DALLOW_EXPERIMENTAL_API