X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fflow_classify%2FMakefile;h=161d576b608e6cb55e4bba3252d81ef9ddcf5fef;hb=8549295db07b1f5777a314ee0b75f768e7ec4913;hp=6864941b3e83f669e8109b5f82e8e8af0f65d610;hpb=69b1bb49ed82a4e96b67046f4916eecc14c6ad55;p=dpdk.git diff --git a/examples/flow_classify/Makefile b/examples/flow_classify/Makefile index 6864941b3e..161d576b60 100644 --- a/examples/flow_classify/Makefile +++ b/examples/flow_classify/Makefile @@ -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