From 3b2477252b827bc1d8acb43ac2a5c123aa793e6c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 9 Mar 2020 10:22:59 +0300 Subject: git: add KISS patch --- core/git/build | 5 ++ core/git/checksums | 1 + core/git/patches/git-tiny.patch | 107 ++++++++++++++++++++++++++++++++++++++++ core/git/sources | 1 + 4 files changed, 114 insertions(+) create mode 100644 core/git/patches/git-tiny.patch (limited to 'core/git') diff --git a/core/git/build b/core/git/build index c129008c..0a8192a0 100755 --- a/core/git/build +++ b/core/git/build @@ -1,5 +1,9 @@ #!/bin/sh -e +export CFLAGS="$CFLAGS -fPIC" + +patch -p1 < git-tiny.patch + cat > config.mak <