mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/ceph: fix
This commit is contained in:
parent
aa11aa77f0
commit
6c64563197
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - patch to remove neon detection in configure
|
||||
# - patch to remove incompatible gcc flag
|
||||
# - make -j3, RAM constraints
|
||||
|
||||
pkgname=ceph
|
||||
pkgver=10.2.3
|
||||
|
@ -62,7 +63,7 @@ build() {
|
|||
CYTHON_CHECK=yes \
|
||||
PYTHON_CONFIG_CHECK=yes \
|
||||
SPHINX_BUILD=sphinx-build2
|
||||
make
|
||||
make -j3
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue