]> granicus.if.org Git - pdns/commitdiff
Build the geoip backend for the semistatic auth
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 12 May 2015 14:17:24 +0000 (16:17 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Wed, 10 Jun 2015 07:44:02 +0000 (09:44 +0200)
build-scripts/debian-authoritative-semistatic/control
build-scripts/debian-authoritative-semistatic/rules

index 10614ddb872dc6b6f5ff6295dae581c75fc133a1..2612c0d77547a258de254ced21f8031c87053963 100644 (file)
@@ -3,7 +3,7 @@ Section: net
 Priority: extra
 Standards-Version: 3.5.8
 Maintainer: bert hubert <bert.hubert@netherlabs.nl>
-Build-Depends: autoconf, libtool, flex, bison, docbook-utils, libmysqlclient-dev, postgresql-dev | libpq-dev, tdb-dev, libgdbm-dev, libldap2-dev, libsqlite3-dev, dpkg-dev (>= 1.10.17), libboost-dev (>=1.34), libboost-program-options-dev, libboost-serialization-dev, pkg-config, ragel, libbotan1.10-dev, liblua5.1-dev
+Build-Depends: autoconf, libtool, flex, bison, docbook-utils, libmysqlclient-dev, postgresql-dev | libpq-dev, tdb-dev, libgdbm-dev, libldap2-dev, libsqlite3-dev, dpkg-dev (>= 1.10.17), libboost-dev (>=1.34), libboost-program-options-dev, libboost-serialization-dev, pkg-config, ragel, libbotan1.10-dev, liblua5.1-dev, libyaml-cpp-dev (>= 0.5). libgeoip-dev
 
 Package: pdns-static
 Architecture: any
index 21b07874fd9c0330accc1f2bd11b2a855a92e0fb..93ba49f3ac4d3c9b28417f1aba66faeb13157648 100755 (executable)
@@ -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 tinydns mydns opendbx remote random" \
+               --with-modules="bind gmysql gpgsql pipe gsqlite3 lua geo geoip tinydns mydns opendbx remote random" \
                --with-dynmodules="" \
                --enable-botan1.10 \
                --enable-static-binaries \