From 1a18b2d35ab63984c66c7fec3443a6b7e5c7da2c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 4 Mar 2020 02:56:35 +0200 Subject: [PATCH] git: Reduce size by 25MB~ @E5ten --- core/git/build | 6 ++ core/git/checksums | 1 + core/git/patches/git-tiny.patch | 107 ++++++++++++++++++++++++++++++++ core/git/sources | 1 + 4 files changed, 115 insertions(+) create mode 100644 core/git/patches/git-tiny.patch diff --git a/core/git/build b/core/git/build index cacc9fb8..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 <