Skip to content

Commit 7c4d9b9

Browse files
committed
Fix maxminddb link on FreeBSD
Issue #2131
1 parent d5b93c1 commit 7c4d9b9

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
v3.0.4 - YYYY-MMM-DD (to be released)
22
-------------------------------------
33

4+
- Fix maxminddb link on FreeBSD
5+
[Issue #2131 - @granalberto, @zimmerle]
46
- Regex lookup on the key name instead of COLLECTION:key
57
[@rdiperri-yottaa, @danbiagini-work, @mmelo-yottaa, @zimmerle]
68
- Missing throw in Operator::instantiate

build/libmaxmind.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ AC_REQUIRE([PKG_PROG_PKG_CONFIG])
1515
1616
1717
# Possible names for the maxmind library/package (pkg-config)
18-
MAXMIND_POSSIBLE_LIB_NAMES="libmaxminddb maxminddb maxmind"
18+
MAXMIND_POSSIBLE_LIB_NAMES="maxminddb maxmind"
1919
2020
# Possible extensions for the library
2121
MAXMIND_POSSIBLE_EXTENSIONS="so la sl dll dylib"

others/libinjection

Submodule libinjection updated 72 files

0 commit comments

Comments
 (0)