feat(git): dynamic

Signed-off-by: Anhad Singh <andypython@protonmail.com>
This commit is contained in:
Anhad Singh 2024-12-27 14:17:35 +11:00
parent aa7c69999e
commit dff2dcd4d6

View File

@ -1,7 +1,7 @@
VERSION=2.13.1
TAR=https://www.kernel.org/pub/software/scm/git/git-$VERSION.tar.xz
BUILD_DEPENDS=(zlib curl openssl1 expat nghttp2)
DEPENDS="ca-certificates"
DEPENDS="ca-certificates nghttp2"
MAKEFLAGS=(
NEEDS_SSL_WITH_CURL=1
@ -24,7 +24,7 @@ function recipe_version {
function recipe_build {
sysroot="$(realpath ../sysroot)"
export LDFLAGS="-L$sysroot/lib -static"
export LDFLAGS="-L$sysroot/lib"
export CPPFLAGS="-I$sysroot/include"
export CURL_CONFIG="$sysroot/bin/curl-config"
./configure \