diff options
Diffstat (limited to 'testing/mongodb/APKBUILD')
-rw-r--r-- | testing/mongodb/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/mongodb/APKBUILD b/testing/mongodb/APKBUILD index cc9da68bb4..45ae578be9 100644 --- a/testing/mongodb/APKBUILD +++ b/testing/mongodb/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.4.4 pkgrel=0 pkgdesc="High-performance, schema-free document-oriented database" url="http://www.mongodb.org" -arch="all" +arch="x86" license="AGPLv3 and zlib and ASL 2.0" depends="" depends_dev="boost-dev python-dev pcre-dev readline-dev libpcap-dev @@ -69,6 +69,7 @@ package() { --use-system-all \ --usev8 \ || return 1 + rm "$pkgdir"/usr/lib/*.a || return 1 for i in $source; do local _mode _dir |