From 5df202e92bcde499fa2894eb6340c3028e116cd7 Mon Sep 17 00:00:00 2001 From: Raheman Vaiya Date: Sun, 9 Oct 2022 05:10:01 -0400 Subject: [PATCH] Update CFLAGS --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 16f367d..e6fffc2 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ CFLAGS:=-DVERSION=\"v$(VERSION)\ \($(COMMIT)\)\" \ -DSOCKET_PATH=\"$(SOCKET_PATH)\" \ -DCONFIG_DIR=\"$(CONFIG_DIR)\" \ -DDATA_DIR=\"$(PREFIX)/share/keyd\" \ + -D_FORTIFY_SOURCE=2\ -D_DEFAULT_SOURCE \ $(CFLAGS)