aboutsummaryrefslogtreecommitdiffstats
path: root/main/cryptsetup
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-06-03 08:53:59 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-06-03 08:53:59 +0000
commite9253c98818afe3891454d31e8467bbc403d78fc (patch)
treecf2cf315b55ffe0ed4195fe6bdf10c3fb1b34bef /main/cryptsetup
parenta979f5a9d2c86fa6b7f2cfc99c778411abba7485 (diff)
main/cryptsetup: rebuild without iconv
make sure we dont have libconv-dev installed when building
Diffstat (limited to 'main/cryptsetup')
-rw-r--r--main/cryptsetup/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/cryptsetup/APKBUILD b/main/cryptsetup/APKBUILD
index 67df36df595..ff6d5c2df69 100644
--- a/main/cryptsetup/APKBUILD
+++ b/main/cryptsetup/APKBUILD
@@ -1,13 +1,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=cryptsetup
pkgver=1.3.1
-pkgrel=0
+pkgrel=1
pkgdesc="Userspace setup tool for transparent encryption of block devices using the Linux 2.6 cryptoapi"
url="http://code.google.com/p/cryptsetup/"
arch="all"
license="GPL"
depends=
-makedepends="lvm2-dev openssl-dev popt-dev util-linux-ng-dev"
+makedepends="lvm2-dev openssl-dev popt-dev util-linux-ng-dev !libiconv-dev"
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
source="http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2"