From abb0a3e291d2783bc0a7647d2259fe6f8d1bedb6 Mon Sep 17 00:00:00 2001 From: Ariadne Conill <ariadne@dereferenced.org> Date: Mon, 1 Jun 2020 09:05:40 -0600 Subject: [PATCH] main/busybox: fix cross-compile dependencies --- main/busybox/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD index ecd9ca36854f..d5f96de26689 100644 --- a/main/busybox/APKBUILD +++ b/main/busybox/APKBUILD @@ -8,7 +8,8 @@ pkgdesc="Size optimized toolbox of many common UNIX utilities" url="https://busybox.net/" arch="all" license="GPL-2.0-only" -makedepends_host="linux-headers openssl-dev libtls-standalone-dev perl" +makedepends_build="perl" +makedepends_host="linux-headers openssl-dev libtls-standalone-dev" makedepends="$makedepends_build $makedepends_host" checkdepends="zip" provides="/bin/sh" -- GitLab