mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-08 02:02:08 +01:00
main/abuild: fix makedepends for crosscompile
This commit is contained in:
parent
110fdf8bcc
commit
06ed59fbbf
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user