mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-20 10:13:01 +01:00
LFS git 2.43.0
This commit is contained in:
parent
49868b861d
commit
34d610e403
3 changed files with 16 additions and 0 deletions
14
steps/git-2.43.0/pass1.sh
Normal file
14
steps/git-2.43.0/pass1.sh
Normal 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
1
steps/git-2.43.0/sources
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
https://www.kernel.org/pub/software/scm/git/git-2.43.0.tar.xz 5446603e73d911781d259e565750dcd277a42836c8e392cac91cf137aa9b76ec
|
||||||
|
|
@ -202,3 +202,4 @@ improve: cleanup_filesystem
|
||||||
improve: null_time ( FORCE_TIMESTAMPS == True )
|
improve: null_time ( FORCE_TIMESTAMPS == True )
|
||||||
improve: update_checksums ( UPDATE_CHECKSUMS == True )
|
improve: update_checksums ( UPDATE_CHECKSUMS == True )
|
||||||
improve: after
|
improve: after
|
||||||
|
build: git-2.43.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue