Compile git statically

This commit is contained in:
Jeremy Soller 2019-07-11 11:03:59 -06:00
parent 487d16424e
commit 6b8e8b4090
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

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