aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/extra/m_mysql.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-05-06 08:54:54 +0100
committerGravatar Sadie Powell2022-05-06 09:12:59 +0100
commitf0e0cef1cf7a32c8cd5bc5d86ad2f169f3ac18d5 (patch)
tree4bef2b12ca1438f7b94012df73d914d34d3daea2 /src/modules/extra/m_mysql.cpp
parentFix installing example SQL schemas. (diff)
downloadinspircd++-f0e0cef1cf7a32c8cd5bc5d86ad2f169f3ac18d5.tar.gz
inspircd++-f0e0cef1cf7a32c8cd5bc5d86ad2f169f3ac18d5.tar.bz2
inspircd++-f0e0cef1cf7a32c8cd5bc5d86ad2f169f3ac18d5.zip
Tweak the compiler flags for extra modules a bit.
- Use pkg-config for the pgsql module. - Remove defaults from argon2, geo_maxmind, and regex_re2 (these are not needed with newer package versions). - Remove old library warning from geo_maxmind (no longer needed). [skip windows ci]
Diffstat (limited to 'src/modules/extra/m_mysql.cpp')
-rw-r--r--src/modules/extra/m_mysql.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/extra/m_mysql.cpp b/src/modules/extra/m_mysql.cpp
index 34c02fa38..9e1406578 100644
--- a/src/modules/extra/m_mysql.cpp
+++ b/src/modules/extra/m_mysql.cpp
@@ -26,6 +26,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+
/// $CompilerFlags: execute("mysql_config --include" "MYSQL_CXXFLAGS")
/// $LinkerFlags: execute("mysql_config --libs_r" "MYSQL_LDFLAGS" "-lmysqlclient")