From caf91e2408a817e1e58d99e00a13ec972128a668 Mon Sep 17 00:00:00 2001 From: darealshinji Date: Wed, 6 Dec 2017 21:44:09 +0100 Subject: [PATCH] C99 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f8b53df..e92034a 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ $(LIB): exec.o $(CC) -shared $(LDFLAGS) -o $@ $^ -ldl AppRun_patched.o checkrt.o: CFLAGS += -include checkrt.h -exec.o: CFLAGS += -fPIC +exec.o: CFLAGS += -fPIC -std=c99 AppRun_patched.c: AppRun.c patch -p1 --output $@ < AppRun.c.patch