aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/extra/m_mysql.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-01-25 00:59:12 +0000
committerGravatar Sadie Powell2023-01-25 01:04:55 +0000
commitec02f2a47d5523230188cafb09cb50faa255ede1 (patch)
tree7a3a5d54492951cfe35268aa3a3ffa32de2e4d2b /src/modules/extra/m_mysql.cpp
parentReplace getInt/getUInt/getFloat with type safe templated functions. (diff)
parentWork around a bug in reading the config for the Argon2 module. (diff)
downloadinspircd++-ec02f2a47d5523230188cafb09cb50faa255ede1.tar.gz
inspircd++-ec02f2a47d5523230188cafb09cb50faa255ede1.tar.bz2
inspircd++-ec02f2a47d5523230188cafb09cb50faa255ede1.zip
Merge branch 'insp3' into master.
Diffstat (limited to 'src/modules/extra/m_mysql.cpp')
-rw-r--r--src/modules/extra/m_mysql.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/extra/m_mysql.cpp b/src/modules/extra/m_mysql.cpp
index b2715dba8..f64807d6d 100644
--- a/src/modules/extra/m_mysql.cpp
+++ b/src/modules/extra/m_mysql.cpp
@@ -31,10 +31,10 @@
/// $LinkerFlags: execute("mysql_config --libs_r" "MYSQL_LDFLAGS" "-lmysqlclient")
/// $PackageInfo: require_system("arch") mariadb-libs
-/// $PackageInfo: require_system("centos" "6.0" "6.99") mysql-devel
-/// $PackageInfo: require_system("centos" "7.0") mariadb-devel
-/// $PackageInfo: require_system("darwin") mysql-connector-c
+/// $PackageInfo: require_system("centos") mysql-devel
+/// $PackageInfo: require_system("darwin") mysql-client
/// $PackageInfo: require_system("debian") libmysqlclient-dev
+/// $PackageInfo: require_system("rocky") mysql-devel
/// $PackageInfo: require_system("ubuntu") libmysqlclient-dev