Add installation of libgroonga-dev

This commit is contained in:
Christoph 2017-06-10 00:54:30 +02:00
parent 22f119e25c
commit a6265c3868

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
_MARIADB_VERSION=10.2.6
_MARIADB_VERSION=10.1.24
_MARIADB_SRC_BASE_DIR="$(realpath $(dirname $0))"
@ -25,6 +25,7 @@ _required_debian_packages="libevent-dev
libjudy-dev
libpam0g-dev
libpcre3-dev
libgroonga-dev
default-jdk"