logswan

Fast Web log analyzer using probabilistic data structures
Log | Files | Refs | README | LICENSE

commit b53a8c9bfe4f3114323a57f23d7e7790f2f4b2e2
parent 76ace17b2258bae36ff0f8a4580a19e10f1628b4
Author: Frederic Cambus <fred@statdns.com>
Date:   Fri, 27 Mar 2020 16:17:47 +0100

Change GEOIP2DB default value to "dbip-country-lite.mmdb".

Diffstat:
MCMakeLists.txt | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -4,7 +4,7 @@ # https://www.logswan.org # # Created: 2015-05-31 -# Last Updated: 2020-03-16 +# Last Updated: 2020-03-27 # # Logswan is released under the BSD 2-Clause license # See LICENSE file for details @@ -67,7 +67,7 @@ endif() set(GEOIP2DIR ${CMAKE_INSTALL_PREFIX}/share/GeoIP2 CACHE PATH "Path to GeoIP2 databases") -set(GEOIP2DB "GeoLite2-Country.mmdb" CACHE PATH "GeoIP2 database file") +set(GEOIP2DB "dbip-country-lite.mmdb" CACHE PATH "GeoIP2 database file") add_definitions(-Wall -Wextra -std=c11 -pedantic) add_definitions(-DGEOIP2DIR="${GEOIP2DIR}/")