X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Ftep_termination%2FMakefile;h=448e6183220d7d63f16ca977ab5f23546a29fa1f;hb=b8f04520ad716110c384695643533704269837c6;hp=c37e50f9f0ceb874dd46ca5b8aed17809c69fc66;hpb=4abe471ed6fc1003cb03d90c21c53a11d743a71a;p=dpdk.git diff --git a/examples/tep_termination/Makefile b/examples/tep_termination/Makefile index c37e50f9f0..448e618322 100644 --- a/examples/tep_termination/Makefile +++ b/examples/tep_termination/Makefile @@ -51,5 +51,6 @@ SRCS-y := main.c vxlan_setup.c vxlan.c CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) +CFLAGS += -D_GNU_SOURCE include $(RTE_SDK)/mk/rte.extapp.mk