commit cfa285fbcfcfe38ba4eb24753254ecf7fd4a0ec7
parent 293e00857a1605229efa888988392d1c16f67e63
Author: ugrnm <ultrageranium@bleu255.com>
Date: Wed, 11 Sep 2024 20:38:08 +0200
old libgit2 workaround needed on eik for now
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -18,7 +18,7 @@ STAGIT_CPPFLAGS = -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE
# Uncomment to enable workaround for older libgit2 which don't support this
# option. This workaround will be removed in the future *pinky promise*.
-#STAGIT_CFLAGS += -DGIT_OPT_SET_OWNER_VALIDATION=-1
+STAGIT_CFLAGS += -DGIT_OPT_SET_OWNER_VALIDATION=-1
SRC = \
stagit.c\