From 880f0cef6ccd6e0260fb9569b08bfe4f4ee1407b Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 28 May 2020 17:42:54 +0300 Subject: git: move to extra --- extra/git/build | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100755 extra/git/build (limited to 'extra/git/build') diff --git a/extra/git/build b/extra/git/build new file mode 100755 index 00000000..d3001d72 --- /dev/null +++ b/extra/git/build @@ -0,0 +1,31 @@ +#!/bin/sh -e + +export CFLAGS="$CFLAGS -fPIC" + +patch -p1 < git-tiny.patch + +cat > config.mak <