]> git.droids-corp.org - dpdk.git/blobdiff - examples/vhost_crypto/Makefile
common/mlx5: fix user mode register access command
[dpdk.git] / examples / vhost_crypto / Makefile
index ae8cb81f873d9c3628c00290d7f1e7a9b51f8b03..28e3e4de74e92dc69ef67b67b577045ae2851ec8 100644 (file)
@@ -23,7 +23,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)
 
 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
        $(CC) $(CFLAGS) $(SRCS-y) -o $@ $(LDFLAGS) $(LDFLAGS_SHARED)