From 82775303747a2f582b0bf3d678e5992fb7a5ae2e Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 21 Jun 2019 17:39:33 -0600 Subject: [PATCH] Build diffutils statically --- recipes/diffutils/recipe.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/diffutils/recipe.sh b/recipes/diffutils/recipe.sh index fa59e98dc..c33902e78 100644 --- a/recipes/diffutils/recipe.sh +++ b/recipes/diffutils/recipe.sh @@ -12,6 +12,7 @@ function recipe_update { } function recipe_build { + export LDFLAGS="-static" autoreconf ./configure \ --build=${BUILD} \