Build diffutils statically

This commit is contained in:
Jeremy Soller 2019-06-21 17:39:33 -06:00
parent 71d86f1fe1
commit 8277530374
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -12,6 +12,7 @@ function recipe_update {
}
function recipe_build {
export LDFLAGS="-static"
autoreconf
./configure \
--build=${BUILD} \