diff --git a/recipes/git/recipe.sh b/recipes/git/recipe.sh
index a798ec4e06b7ec9f17c345022ffbbb517d1ae474..5c58deb2d6607adf4e11e5cec4c62d715a88791b 100644
--- a/recipes/git/recipe.sh
+++ b/recipes/git/recipe.sh
@@ -25,7 +25,7 @@ function recipe_update {
 
 function recipe_build {
     sysroot="$(realpath ../sysroot)"
-    export LDFLAGS="-L$sysroot/lib"
+    export LDFLAGS="-L$sysroot/lib -static"
     export CPPFLAGS="-I$sysroot/include"
     export CURL_CONFIG="$sysroot/bin/curl-config"
     ./configure \