main/abuild: fix makedepends for crosscompile

This commit is contained in:
Timo Teräs 2013-10-18 23:56:38 +00:00
parent 110fdf8bcc
commit 06ed59fbbf

View File

@ -9,7 +9,9 @@ depends="fakeroot sudo pax-utils openssl apk-tools>=2.0.7-r1 libc-utils"
if [ "$CBUILD" = "$CHOST" ]; then
depends="$depends curl"
fi
makedepends="openssl-dev pkgconfig"
makedepends_build="pkgconfig"
makedepends_host="openssl-dev"
makedepends="$makedepends_host $makedepends_build"
install="$pkgname.pre-install $pkgname.pre-upgrade"
subpackages="apkbuild-cpan:cpan"
pkggroups="abuild"