diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-07-12 10:04:35 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-07-12 10:04:35 +0000 |
commit | f9b2ceeda967c070ce643175c3249637094ccf55 (patch) | |
tree | dd835ef64d03215b125203c0c2a0920ebec7d9c2 /main/ldb/APKBUILD | |
parent | 045fc2eacbc07040bed00a1baee22f5c1f5250b9 (diff) | |
download | aports-f9b2ceeda967c070ce643175c3249637094ccf55.tar.bz2 aports-f9b2ceeda967c070ce643175c3249637094ccf55.tar.xz |
main/ldb: enable on aarch64
Diffstat (limited to 'main/ldb/APKBUILD')
-rw-r--r-- | main/ldb/APKBUILD | 2 |
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" |