From: Pieter Lexis Date: Tue, 16 Jun 2015 11:05:56 +0000 (+0200) Subject: Remove Geo backend from semi-static auth X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~78^2~1^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8644aff035204ed56e05dc1c6bb0126358fdf8b1;p=pdns Remove Geo backend from semi-static auth --- diff --git a/build-scripts/debian-authoritative-semistatic/rules b/build-scripts/debian-authoritative-semistatic/rules index 93ba49f3a..6764199c0 100755 --- a/build-scripts/debian-authoritative-semistatic/rules +++ b/build-scripts/debian-authoritative-semistatic/rules @@ -16,7 +16,7 @@ build-static stamp-build-static: --infodir='$${datadir}/info' \ --mandir='$${datadir}/man' \ --with-pgsql-lib=/opt/postgresql/lib --with-pgsql-includes=/opt/postgresql/include \ - --with-modules="bind gmysql gpgsql pipe gsqlite3 lua geo geoip tinydns mydns opendbx remote random" \ + --with-modules="bind gmysql gpgsql pipe gsqlite3 lua geoip tinydns mydns opendbx remote random" \ --with-dynmodules="" \ --enable-botan1.10 \ --enable-static-binaries \