Introduction
Introduction Statistics Contact Development Disclaimer Help
Makefile: add workaround for distros still using older libgit2 versions - stagi…
git clone git://git.codemadness.org/stagit
Log
Files
Refs
README
LICENSE
---
commit 174ea5d6fee240ec5df3afabfea1c5ce1319e3ea
parent 289045115432562f5fb4ddc721bd9008e8df4ad5
Author: Hiltjo Posthuma <[email protected]>
Date: Tue, 26 Jul 2022 23:50:40 +0200
Makefile: add workaround for distros still using older libgit2 versions
Noticed on Void Linux, Debian, etc.
Diffstat:
M Makefile | 4 ++++
1 file changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/Makefile b/Makefile
@@ -16,6 +16,10 @@ STAGIT_CFLAGS = ${LIBGIT_INC} ${CFLAGS}
STAGIT_LDFLAGS = ${LIBGIT_LIB} ${LDFLAGS}
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
+
SRC = \
stagit.c\
stagit-index.c
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.