mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/mariadb to 10.1.22-1
This commit is contained in:
parent
a1cf590c2a
commit
aaf95918d7
1 changed files with 10 additions and 4 deletions
|
@ -7,23 +7,29 @@
|
|||
|
||||
pkgbase=mariadb
|
||||
pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
|
||||
pkgver=10.1.21
|
||||
pkgver=10.1.22
|
||||
_pkgver=${pkgver/.a/a}
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
url='http://mariadb.org/'
|
||||
makedepends=('cmake' 'zlib' 'libaio' 'libxml2' 'openssl' 'pcre' 'jemalloc'
|
||||
makedepends=('cmake' 'zlib' 'libaio' 'libxml2' 'pcre' 'jemalloc'
|
||||
'lz4' 'boost' 'libevent' 'systemd')
|
||||
validpgpkeys=('199369E5404BD5FC7D2FE43BCBCB082A1BB943DB') # MariaDB Package Signing Key <package-signing-key@mariadb.org>
|
||||
source=(https://ftp.heanet.ie/mirrors/mariadb/mariadb-$pkgver/source/mariadb-$pkgver.tar.gz{,.asc}
|
||||
mariadb-sysusers.conf
|
||||
mariadb-tmpfile.conf)
|
||||
sha256sums=('5a816355781ea22a6c65a436d8162f19bd292ec90e2b7d9499c031ae4a659490'
|
||||
sha256sums=('bcb0572e7ad32cea9740a21e9255f733bdf60a5561ffbda317c22dd12b3966ce'
|
||||
'SKIP'
|
||||
'e1a22777c65854041f16fc0a2db3218d17b4d7e7ec7ab7a77cf49c71277c1515'
|
||||
'2af318c52ae0fe5428e8a9245d1b0fc3bc5ce153842d1563329ceb1edfa83ddd')
|
||||
|
||||
# This ships with bundled SSL library until proper support for openssl 1.1.0
|
||||
# is available.
|
||||
# TODO: Switch back to system openssl
|
||||
# -> add 'openssl' to dependencies
|
||||
# -> switch to '-DWITH_SSL=system' in cmake command
|
||||
|
||||
prepare() {
|
||||
# Changes to the upstream unit files:
|
||||
# * remove the alias from unit files, we install symlinks in package function
|
||||
|
@ -62,7 +68,7 @@ build() {
|
|||
-DWITH_SYSTEMD=yes \
|
||||
-DWITH_READLINE=ON \
|
||||
-DWITH_ZLIB=system \
|
||||
-DWITH_SSL=system \
|
||||
-DWITH_SSL=bundled \
|
||||
-DWITH_PCRE=system \
|
||||
-DWITH_LIBWRAP=OFF \
|
||||
-DWITH_JEMALLOC=ON \
|
||||
|
|
Loading…
Reference in a new issue