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 +++++++++++ extra/git/checksums | 3 ++ extra/git/depends | 3 ++ extra/git/patches/git-tiny.patch | 109 +++++++++++++++++++++++++++++++++++++++ extra/git/sources | 3 ++ extra/git/version | 1 + 6 files changed, 150 insertions(+) create mode 100755 extra/git/build create mode 100644 extra/git/checksums create mode 100644 extra/git/depends create mode 100644 extra/git/patches/git-tiny.patch create mode 100644 extra/git/sources create mode 100644 extra/git/version (limited to 'extra') 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 <