X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=examples%2Fbond%2FMakefile;h=4e4289e151d47068b9ffa9cccb441ce12d134af3;hp=2030ca410a9b4e485bde86107fc46d3b89d521b4;hb=8549295db07b1f5777a314ee0b75f768e7ec4913;hpb=f9c0b1f4319ea4f40ee2ceb8097c9a5a34a56171 diff --git a/examples/bond/Makefile b/examples/bond/Makefile index 2030ca410a..4e4289e151 100644 --- a/examples/bond/Makefile +++ b/examples/bond/Makefile @@ -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