LFS git 2.43.0

This commit is contained in:
fosslinux 2024-01-28 12:35:19 +11:00
parent 49868b861d
commit 34d610e403
3 changed files with 16 additions and 0 deletions

14
steps/git-2.43.0/pass1.sh Normal file
View file

@ -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}"
}

1
steps/git-2.43.0/sources Normal file
View file

@ -0,0 +1 @@
https://www.kernel.org/pub/software/scm/git/git-2.43.0.tar.xz 5446603e73d911781d259e565750dcd277a42836c8e392cac91cf137aa9b76ec

View file

@ -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