aboutsummaryrefslogtreecommitdiffstats
path: root/main/libmcrypt
diff options
context:
space:
mode:
Diffstat (limited to 'main/libmcrypt')
-rw-r--r--main/libmcrypt/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/main/libmcrypt/APKBUILD b/main/libmcrypt/APKBUILD
index 726823b3ad..071faf120f 100644
--- a/main/libmcrypt/APKBUILD
+++ b/main/libmcrypt/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Carlo Landmeter <clandmeter at gmail>
pkgname=libmcrypt
pkgver=2.5.8
-pkgrel=4
+pkgrel=5
pkgdesc="A library which provides a uniform interface to several symmetric encryption algorithms"
url="http://mcrypt.sourceforge.net/"
arch="all"
license="GPL"
depends=""
-makedepends="libtool uclibc++-dev"
+makedepends="libtool"
install=
subpackages="$pkgname-doc $pkgname-dev"
source="http://downloads.sourceforge.net/mcrypt/${pkgname}-${pkgver}.tar.bz2"
@@ -17,7 +17,8 @@ build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr \
- --mandir=/usr/share/man
+ --mandir=/usr/share/man \
+ --disable-posix-threads
make || return 1
}