diff options
author | Peter Powell <petpow@saberuk.com> | 2019-04-16 10:59:09 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-04-16 10:59:25 +0100 |
commit | 661249a8509fb53717edd7bbbfb85060f8eaf22f (patch) | |
tree | 18c9b1867efc988a90ac588cd041669868e67e2e /src | |
parent | 925429ed511bc05ac5b7b02000e836bcf9ca00ab (diff) |
Fix building m_geo_maxmind with older versions of libmaxminddb.
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/extra/m_geo_maxmind.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/extra/m_geo_maxmind.cpp b/src/modules/extra/m_geo_maxmind.cpp index b7639c287..f249ecf91 100644 --- a/src/modules/extra/m_geo_maxmind.cpp +++ b/src/modules/extra/m_geo_maxmind.cpp @@ -16,8 +16,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/// $CompilerFlags: find_compiler_flags("libmaxminddb") -/// $LinkerFlags: find_linker_flags("libmaxminddb") +/// $CompilerFlags: find_compiler_flags("libmaxminddb" "") +/// $LinkerFlags: find_linker_flags("libmaxminddb" "-lmaxminddb") /// $PackageInfo: require_system("darwin") libmaxminddb pkg-config /// $PackageInfo: require_system("debian" "9.0") libmaxminddb-dev pkg-config |