From f0e0cef1cf7a32c8cd5bc5d86ad2f169f3ac18d5 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 6 May 2022 08:54:54 +0100 Subject: 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] --- src/modules/extra/m_mysql.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules/extra/m_mysql.cpp') 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 . */ + /// $CompilerFlags: execute("mysql_config --include" "MYSQL_CXXFLAGS") /// $LinkerFlags: execute("mysql_config --libs_r" "MYSQL_LDFLAGS" "-lmysqlclient") -- cgit v1.3.1-10-gc9f91