From 0133201666c23aacd7f9b0f39a32bf053aa98469 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 29 Feb 2016 11:46:34 +0900 Subject: [PATCH] debian-bootstrap.sh: add libgeoip-dev for hs-GeoIP (#1255) --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 25b6a675..1f69e4d3 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -49,6 +49,7 @@ apt-get install -y \ libfftw3-dev \ libfreenect-dev \ libgd2-xpm-dev \ + libgeoip-dev \ libglib2.0-dev \ libglu1-mesa-dev \ libgmp3-dev \