aboutsummaryrefslogtreecommitdiffstats
path: root/main/ldb
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-07-12 10:04:35 +0000
committerTimo Teräs <timo.teras@iki.fi>2017-07-12 10:04:35 +0000
commitf9b2ceeda967c070ce643175c3249637094ccf55 (patch)
treedd835ef64d03215b125203c0c2a0920ebec7d9c2 /main/ldb
parent045fc2eacbc07040bed00a1baee22f5c1f5250b9 (diff)
downloadaports-f9b2ceeda967c070ce643175c3249637094ccf55.tar.bz2
aports-f9b2ceeda967c070ce643175c3249637094ccf55.tar.xz
main/ldb: enable on aarch64
Diffstat (limited to 'main/ldb')
-rw-r--r--main/ldb/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ldb/APKBUILD b/main/ldb/APKBUILD
index e8c20da335..47ca72c96f 100644
--- a/main/ldb/APKBUILD
+++ b/main/ldb/APKBUILD
@@ -4,7 +4,7 @@ pkgver=1.2.0
pkgrel=0
pkgdesc="A schema-less, ldap like, API and database"
url="http://ldb.samba.org/"
-arch="all !aarch64" # cmocka not avail on excluded arches
+arch="all"
license="LGPLv3+"
makedepends="$depends_dev tevent-dev py-tevent tdb-dev py-tdb talloc-dev
python2-dev popt-dev cmocka-dev"