]> granicus.if.org Git - pdns/commitdiff
added geo backend to debian package
authorBert Hubert <bert.hubert@netherlabs.nl>
Mon, 13 Sep 2004 19:30:25 +0000 (19:30 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Mon, 13 Sep 2004 19:30:25 +0000 (19:30 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@257 d19b8d6e-7fed-0310-83ef-9ca221ded41b

debian/rules

index d1cf6d0cd9a707afbe9aa2fdfad34dfa876d82eb..7b1b5cde1cc7c1cd1459b19eb0c06291335fcb88 100755 (executable)
@@ -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