diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-07-13 14:28:13 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-07-13 14:28:13 +0000 |
commit | 1af2a707aebacbd8dbc76c60ad986081dbcb3e7d (patch) | |
tree | c2c84ff82bbe1cb19f9bdc2181d059ef51746420 /main/cryptsetup | |
parent | de8787d1afd2603b3ef0d0209f9c2433790e0407 (diff) | |
download | aports-1af2a707aebacbd8dbc76c60ad986081dbcb3e7d.tar.bz2 aports-1af2a707aebacbd8dbc76c60ad986081dbcb3e7d.tar.xz |
main/cryptsetup: support cross building
Diffstat (limited to 'main/cryptsetup')
-rw-r--r-- | main/cryptsetup/APKBUILD | 4 |
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 |