Add geoip dep

This commit is contained in:
dave 2018-07-14 19:14:18 -07:00
parent a1cbe3ca65
commit 25f1e6dcf1
3 changed files with 12 additions and 0 deletions

3
.gitmodules vendored
View File

@ -4,3 +4,6 @@
[submodule "deps/curl"]
path = deps/curl
url = https://github.com/curl/curl.git
[submodule "deps/geoip-api-c"]
path = deps/geoip-api-c
url = https://github.com/maxmind/geoip-api-c.git

8
deps/build.sh vendored
View File

@ -18,3 +18,11 @@ cd curl
make -j24
make install DESTDIR=$PWD/../build/
cd ../
cd geoip-api-c/
./bootstrap
./configure --enable-static
make -j24
make install DESTDIR=$PWD/../build/
cd ../

1
deps/geoip-api-c vendored Submodule

@ -0,0 +1 @@
Subproject commit 204cc59067839c06cc0f7d27e23c06b1c2555ead