diff options
Diffstat (limited to 'main/busybox/APKBUILD')
-rw-r--r-- | main/busybox/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD index ea8e17c543..6807faa647 100644 --- a/main/busybox/APKBUILD +++ b/main/busybox/APKBUILD @@ -8,8 +8,8 @@ pkgdesc="Size optimized toolbox of many common UNIX utilities" url=http://busybox.net arch="all" license="GPL-2.0" -makedepends_build="libressl-dev" -makedepends_host="linux-headers" +makedepends_build="" +makedepends_host="linux-headers libressl-dev" makedepends="$makedepends_build $makedepends_host" checkdepends="zip" provides="/bin/sh" |