Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/irc/anope/files/patch-modules_extra_m__mysql.cpp
14237 views
1
Detection of "libmysqlclient" library is broken, so remove this check
2
--- modules/extra/m_mysql.cpp.orig 2015-04-23 14:25:58 UTC
3
+++ modules/extra/m_mysql.cpp
4
@@ -1,6 +1,3 @@
5
-/* RequiredLibraries: mysqlclient */
6
-/* RequiredWindowsLibraries: libmysql */
7
-
8
#include "module.h"
9
#include "modules/sql.h"
10
#define NO_CLIENT_LONG_LONG
11
12