From 38e72c7bec31c9038ade5553b2ee2bc7c81bc665 Mon Sep 17 00:00:00 2001 From: TBK Date: Mon, 27 Apr 2020 19:32:37 +0200 Subject: main/busybox: fix empty -doc Busybox needs pod2man from the perl package to build the man page. Unfortunately, if pod2man is not installed this only causes a warning, not an error. Resolves #11443 --- main/busybox/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD index f2c64abdf6..b6841d76b1 100644 --- a/main/busybox/APKBUILD +++ b/main/busybox/APKBUILD @@ -3,12 +3,12 @@ # Maintainer: Natanael Copa pkgname=busybox pkgver=1.31.1 -pkgrel=14 +pkgrel=15 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" +makedepends_host="linux-headers openssl-dev libtls-standalone-dev perl" makedepends="$makedepends_build $makedepends_host" checkdepends="zip" provides="/bin/sh" -- cgit v1.2.3