]> jfr.im git - irc/quakenet/newserv.git/blobdiff - configure.ini
BUILD: specify all dependencies and upgrade to bionic
[irc/quakenet/newserv.git] / configure.ini
index a8ccf342f6abb3775d86efe65d0ad7ab3a399865..85c5834398a56171342fdf0350cf5c8a2d5be2f5 100644 (file)
@@ -3,7 +3,7 @@
 
 # libraries we're gonna search for
 [core]
-libs=pgsql mysql lua pcre sqlite z
+libs=pgsql mariadb lua pcre sqlite z
 
 # dummy libraries, if a module requires one of these then it needs one of the supplied libraries
 # the first one will be chosen by default, override with --with-key=value
@@ -30,7 +30,7 @@ chanstats=
 carrot=
 horse=
 newsearch=pcre
-trojanscan=mysql pcre
+trojanscan=mariadb pcre
 tutorbot=
 fsck=
 nterfacer=pcre
@@ -78,9 +78,10 @@ fakeusers=
 raw=
 nickwatch=
 patrol=
-regexgline=pcre mysql
+regexgline=pcre dbapi
 facepalm=
 a4stats=lua
+rbl=
 
 [options]
 EVENT_ENGINE=poll
@@ -91,10 +92,10 @@ XSB_ENGINE=pre
 libname=pq postgresql
 include=libpq-fe.h
 
-[libmysql]
+[libmariadb]
 include=mysql.h
 headerpath=../
-soname=mysqlclient
+soname=mariadb
 
 [libpcre]
 include=pcre.h