From de2010c262d09bc45d317e157d7e6f0687a4f55b Mon Sep 17 00:00:00 2001 From: Thomas Mannay Date: Tue, 1 Nov 2016 22:43:22 +0000 Subject: [PATCH] Add -D flags and -std=c99 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5b78c5e..6afae47 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC=cc -override CFLAGS+=-Wall -pedantic -O2 +override CFLAGS+=-std=c99 -Wall -pedantic -O2 -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE LDFLAGS=-lcrypto -lssl PREFIX=/usr/local MANPREFIX=${PREFIX}/share/man