Skip to content
Snippets Groups Projects
Verified Commit 6b8e8b40 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Compile git statically

parent 487d1642
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment