diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-11 12:28:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-11 12:28:03 +0000 |
commit | deb8c99a6f4e5faab0e7660cf48fcfaa35ccdde0 (patch) | |
tree | aab08af9460434cc1bf0efa7f9277d558c19686d /testing/mongodb/APKBUILD | |
parent | dda658187cedf47016b260093b7dba3d17e4af53 (diff) | |
download | aports-deb8c99a6f4e5faab0e7660cf48fcfaa35ccdde0.tar.bz2 aports-deb8c99a6f4e5faab0e7660cf48fcfaa35ccdde0.tar.xz |
testing/mongodb: builds only on x86 for now
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 |