From: Bert Hubert Date: Mon, 13 Sep 2004 19:30:25 +0000 (+0000) Subject: added geo backend to debian package X-Git-Tag: pdns-2.9.17~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3223fa5b1038fd19018ee483028296f7ca02d46b;p=pdns added geo backend to debian package git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@257 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/debian/rules b/debian/rules index d1cf6d0cd..7b1b5cde1 100755 --- a/debian/rules +++ b/debian/rules @@ -2,8 +2,8 @@ tmpdir := $(shell pwd)/debian/tmp be_tmpdir := $(shell pwd)/debian/tmp-backend -backends := ldap mysql pipe xdb gmysql gpgsql gsqlite -debs := ldap mysql pipe xdb pgsql sqlite +backends := ldap mysql pipe xdb gmysql gpgsql gsqlite +debs := ldap mysql pipe xdb pgsql sqlite binary-doc: -make -C pdns/docs html/index.html @@ -67,7 +67,7 @@ build stamp-build: configure --infodir='$${datadir}/info' \ --mandir='$${datadir}/man' \ --with-dynmodules="$(backends)" \ - --with-modules="" \ + --with-modules="geo" \ --enable-recursor make touch stamp-build