X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fvhost_crypto%2FMakefile;h=a620abf49e629269220b3a18d75a4eb4c0b5605e;hb=4c3f55cc23ea01712a255e356d6cd61f886045c1;hp=83d331012273ef85804dfddd049060236557c679;hpb=ed3077c16557e40e1967bed146eed3023b6cea5f;p=dpdk.git diff --git a/examples/vhost_crypto/Makefile b/examples/vhost_crypto/Makefile index 83d3310122..a620abf49e 100644 --- a/examples/vhost_crypto/Makefile +++ b/examples/vhost_crypto/Makefile @@ -25,7 +25,6 @@ SRCS-y := main.c CFLAGS += -DALLOW_EXPERIMENTAL_API CFLAGS += -O2 -D_FILE_OFFSET_BITS=64 CFLAGS += $(WERROR_FLAGS) -CFLAGS += -D_GNU_SOURCE include $(RTE_SDK)/mk/rte.extapp.mk