mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-29 00:25:25 +00:00
extra/mariadb: update
This commit is contained in:
parent
ace9845965
commit
d83a530fe3
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - disable mroonga storage engine (doesn't build on ARM)
|
||||
# - build v7 with -j2
|
||||
# - build v7 with -j1
|
||||
|
||||
pkgbase=mariadb
|
||||
pkgname=('mariadb-libs' 'mariadb-clients' 'mariadb' 'mytop')
|
||||
|
@ -37,7 +37,7 @@ prepare() {
|
|||
}
|
||||
|
||||
build() {
|
||||
[[ $CARCH == "armv7h" ]] && MAKEFLAGS="-j2"
|
||||
[[ $CARCH == "armv7h" ]] && MAKEFLAGS="-j1"
|
||||
local _cmake_options=(
|
||||
# build options
|
||||
-DCOMPILATION_COMMENT="Arch Linux"
|
||||
|
|
Loading…
Reference in a new issue