From e78275c62c96494c387c2efa28147b3ddebfc67b Mon Sep 17 00:00:00 2001 From: Mark Canterbury Date: Wed, 13 Jun 2018 11:14:37 +0100 Subject: [PATCH] Change to allow building on RPi! --- evaluation/demonstration/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evaluation/demonstration/Makefile b/evaluation/demonstration/Makefile index 2e275b2..a90f47e 100644 --- a/evaluation/demonstration/Makefile +++ b/evaluation/demonstration/Makefile @@ -1,4 +1,4 @@ -CFLAGS=-g -I../../include +CFLAGS=-g -std=gnu11 -I../../include LIBS=-lssl -lcrypto -lpthread -ldl LDFLAGS=-L../.. TARGETS=client server middlebox -- GitLab