aboutsummaryrefslogtreecommitdiffstats
path: root/main/cryptsetup
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-07-13 14:28:13 +0000
committerTimo Teräs <timo.teras@iki.fi>2016-07-13 14:28:13 +0000
commit1af2a707aebacbd8dbc76c60ad986081dbcb3e7d (patch)
treec2c84ff82bbe1cb19f9bdc2181d059ef51746420 /main/cryptsetup
parentde8787d1afd2603b3ef0d0209f9c2433790e0407 (diff)
downloadaports-1af2a707aebacbd8dbc76c60ad986081dbcb3e7d.tar.bz2
aports-1af2a707aebacbd8dbc76c60ad986081dbcb3e7d.tar.xz
main/cryptsetup: support cross building
Diffstat (limited to 'main/cryptsetup')
-rw-r--r--main/cryptsetup/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/cryptsetup/APKBUILD b/main/cryptsetup/APKBUILD
index 4094996768..dc5cdd0b50 100644
--- a/main/cryptsetup/APKBUILD
+++ b/main/cryptsetup/APKBUILD
@@ -7,7 +7,9 @@ url="https://gitlab.com/cryptsetup/cryptsetup"
arch="all"
license="GPL2+"
depends=""
-makedepends="lvm2-dev openssl-dev popt-dev util-linux-dev"
+makedepends_build=""
+makedepends_host="lvm2-dev openssl-dev popt-dev util-linux-dev"
+makedepends="$makedepends_build $makedepends_host"
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
source="https://www.kernel.org/pub/linux/utils/cryptsetup/v${pkgver%.*}/cryptsetup-$pkgver.tar.gz
flush-stdout.patch