From 7addd3083c7241203daeff80ca50c2f6c88f9961 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 17 Jun 2019 09:30:50 +0300 Subject: [PATCH] busybox: statically compile. --- repo/busybox/build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repo/busybox/build b/repo/busybox/build index ec3bd8cc..0dfde0a3 100755 --- a/repo/busybox/build +++ b/repo/busybox/build @@ -1,5 +1,7 @@ #!/bin/sh -e +export LDFLAGS=--static + make make install