telize

High performance JSON IP and GeoIP REST API (IP Geolocation)
Log | Files | Refs | README | LICENSE

commit c9d13aaa2379301c0795f08176f1e106464326d8
parent aa90c5b5f31d3971f154ea64cfbfed17fe5e4179
Author: Frederic Cambus <fred@statdns.com>
Date:   Sun,  9 Jun 2019 10:20:05 +0200

Modify build.conf to allow building Telize on NetBSD.

Diffstat:
Mconf/build.conf | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/conf/build.conf b/conf/build.conf @@ -13,7 +13,8 @@ cflags=-std=c99 -D_BSD_SOURCE cflags=-Wall -Wmissing-declarations -Wshadow cflags=-Wstrict-prototypes -Wmissing-prototypes cflags=-Wpointer-arith -Wcast-qual -Wsign-compare -ldflags=-L/usr/local/lib -lmaxminddb +cflags=-I/usr/pkg/include +ldflags=-L/usr/local/lib -L/usr/pkg/lib -lmaxminddb cxxflags=-Wall -Wmissing-declarations -Wshadow cxxflags=-Wpointer-arith -Wcast-qual -Wsign-compare