diff options
| author | Mattias Andrée <m@maandree.se> | 2025-12-19 20:23:18 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2025-12-19 20:23:18 +0100 |
| commit | 2817330106bd6c52e262a0586b2dec77133f076f (patch) | |
| tree | ffae32ee69412cca75323d38b2500067a7a9c256 /config.mk | |
| parent | First commit (diff) | |
| download | gasroot-2817330106bd6c52e262a0586b2dec77133f076f.tar.gz gasroot-2817330106bd6c52e262a0586b2dec77133f076f.tar.bz2 gasroot-2817330106bd6c52e262a0586b2dec77133f076f.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ LIBEXECDIR = /libexec/gasroot CC = c99 -PATH_TO_SETUID = "$(PREFIX)$(LIBEXECDIR)/gasroot-setuid" +PATH_TO_SETUID = $(PREFIX)$(LIBEXECDIR)/gasroot-setuid CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE CFLAGS = -Wall -O2 |
