X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fbond%2FMakefile;h=4e4289e151d47068b9ffa9cccb441ce12d134af3;hb=9339a1ec6102e4e018abdc5bc844f617185c1baf;hp=2030ca410a9b4e485bde86107fc46d3b89d521b4;hpb=69b1bb49ed82a4e96b67046f4916eecc14c6ad55;p=dpdk.git 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