]> 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 0caaa2cba77baf6cc221c1f10602c5aabc4ddbff..85c5834398a56171342fdf0350cf5c8a2d5be2f5 100644 (file)
@@ -3,7 +3,7 @@
 
 # libraries we're gonna search for
 [core]
-libs=pgsql mysql lua pcre sqlite
+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,8 +30,7 @@ chanstats=
 carrot=
 horse=
 newsearch=pcre
-trojanscan=mysql pcre
-silly=
+trojanscan=mariadb pcre
 tutorbot=
 fsck=
 nterfacer=pcre
@@ -58,7 +57,6 @@ nsmstats=
 serverlist=pcre
 patricia=
 sqlite=sqlite
-log=
 usercount=
 patricianick=
 patriciasearch=
@@ -80,8 +78,10 @@ fakeusers=
 raw=
 nickwatch=
 patrol=
-regexgline=pcre mysql
+regexgline=pcre dbapi
 facepalm=
+a4stats=lua
+rbl=
 
 [options]
 EVENT_ENGINE=poll
@@ -92,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
@@ -109,6 +109,10 @@ additionaldirs=5.1
 [libsqlite]
 alwayspresent=1
 
+[libz]
+libname=z
+include=zlib.h
+
 # search these paths for libraries/includes
 [search]
 lib=/usr/lib /usr/local/lib /usr/lib/i386-linux-gnu /usr/lib/x86_64-linux-gnu