From 34d610e403bbe7003a83605476d6eca7546fe993 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Sun, 28 Jan 2024 12:35:19 +1100 Subject: [PATCH] LFS git 2.43.0 --- steps/git-2.43.0/pass1.sh | 14 ++++++++++++++ steps/git-2.43.0/sources | 1 + steps/manifest | 1 + 3 files changed, 16 insertions(+) create mode 100644 steps/git-2.43.0/pass1.sh create mode 100644 steps/git-2.43.0/sources diff --git a/steps/git-2.43.0/pass1.sh b/steps/git-2.43.0/pass1.sh new file mode 100644 index 00000000..00e87ea7 --- /dev/null +++ b/steps/git-2.43.0/pass1.sh @@ -0,0 +1,14 @@ +src_configure() { + LDFLAGS="-static" \ + LIBS="-lssl -lcrypto" \ + CURL_CONFIG_OPTS="--static-libs" \ + ./configure \ + --prefix="${PREFIX}" \ + --with-gitconfig=/etc/gitconfig \ + --with-python=python3 \ + --with-curl +} + +src_compile() { + make "${MAKEJOBS}" +} diff --git a/steps/git-2.43.0/sources b/steps/git-2.43.0/sources new file mode 100644 index 00000000..a73d9c71 --- /dev/null +++ b/steps/git-2.43.0/sources @@ -0,0 +1 @@ +https://www.kernel.org/pub/software/scm/git/git-2.43.0.tar.xz 5446603e73d911781d259e565750dcd277a42836c8e392cac91cf137aa9b76ec diff --git a/steps/manifest b/steps/manifest index 1a1ca65a..0eaaf849 100644 --- a/steps/manifest +++ b/steps/manifest @@ -202,3 +202,4 @@ improve: cleanup_filesystem improve: null_time ( FORCE_TIMESTAMPS == True ) improve: update_checksums ( UPDATE_CHECKSUMS == True ) improve: after +build: git-2.43.0