We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b42585 commit 785958fCopy full SHA for 785958f
CHANGES
@@ -1,6 +1,8 @@
1
v3.x.y - YYYY-MMM-DD (to be released)
2
-------------------------------------
3
4
+ - Fix maxminddb link on FreeBSD
5
+ [Issue #2131 - @granalberto, @zimmerle]
6
- Fix IP address logging in Section A
7
[Issue #2300 - @inaratech, @zavazingo, @martinhsv]
8
- Adds support to lua 5.4
build/libmaxmind.m4
@@ -15,7 +15,7 @@ AC_REQUIRE([PKG_PROG_PKG_CONFIG])
15
16
17
# Possible names for the maxmind library/package (pkg-config)
18
-MAXMIND_POSSIBLE_LIB_NAMES="libmaxminddb maxminddb maxmind"
+MAXMIND_POSSIBLE_LIB_NAMES="maxminddb maxmind"
19
20
# Possible extensions for the library
21
MAXMIND_POSSIBLE_EXTENSIONS="so la sl dll dylib"
0 commit comments