mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/mongodb: builds only on x86 for now
This commit is contained in:
parent
dda658187c
commit
deb8c99a6f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user