diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-07-05 12:07:04 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-07-06 10:29:54 +0000 |
commit | e04197e04add1d03bf5f0ade685fa9e59a487293 (patch) | |
tree | 13f8d530ba9be0df4a4eab85f223da61d977e624 /main/busybox/APKBUILD | |
parent | 76089bf10229719b51cd2790c36b20920f4a7933 (diff) | |
download | aports-e04197e04add1d03bf5f0ade685fa9e59a487293.tar.bz2 aports-e04197e04add1d03bf5f0ade685fa9e59a487293.tar.xz |
main/busybox: fix bootstrap dependencies
Diffstat (limited to 'main/busybox/APKBUILD')
-rw-r--r-- | main/busybox/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD index 97234ebc0a..ec240492a3 100644 --- a/main/busybox/APKBUILD +++ b/main/busybox/APKBUILD @@ -7,7 +7,9 @@ pkgdesc="Size optimized toolbox of many common UNIX utilities" url=http://busybox.net arch="all" license="GPL2" -makedepends="linux-headers" +makedepends_build="" +makedepends_host="linux-headers" +makedepends="$makedepends_build $makedepends_host" install="$pkgname.post-install $pkgname.post-upgrade" subpackages="$pkgname-static $pkgname-suid" options="suid" |