#!/bin/sh
#LIBS="-lkrb5 -lk5crypto -lpgport -lgssapi_krb5 -lkrb5support -lgssapi_krb5 -lcom_err -lnsl -lresolv" \
CC="ccache gcc" CXX="ccache g++" CPPFLAGS=-I/usr/local/include/botan-1.10 ./configure \
- --with-modules="gmysql gpgsql gsqlite3 pipe geo lua" \
+ --with-modules="bind gmysql gpgsql gsqlite3 pipe geo lua random" \
--with-dynmodules="" \
--enable-static-binaries \
--with-pgsql-lib=/opt/postgresql/lib --with-pgsql-includes=/opt/postgresql/include \
tmpdir := $(shell pwd)/debian-pdns/tmp
be_tmpdir := $(shell pwd)/debian-pdns/tmp-backend
tools_tmpdir:= $(shell pwd)/debian-pdns/tmp-tools
-backends := opendbx ldap pipe gmysql gpgsql gsqlite3
-debs := opendbx ldap pipe pgsql sqlite sqlite3
+backends := bind opendbx ldap pipe gmysql gpgsql gsqlite3 random
+debs := bind opendbx ldap pipe pgsql sqlite sqlite3 random
binary-doc:
-make -C pdns/docs html/index.html
--infodir='$${datadir}/info' \
--mandir='$${datadir}/man' \
--with-pgsql-lib=/opt/postgresql/lib --with-pgsql-includes=/opt/postgresql/include \
- --with-modules="gmysql gpgsql pipe gsqlite3 lua geo tinydns mydns opendbx remote" \
+ --with-modules="bind gmysql gpgsql pipe gsqlite3 lua geo tinydns mydns opendbx remote random" \
--with-dynmodules="" \
--enable-botan1.10 --enable-cryptopp \
--enable-static-binaries \
#!/usr/bin/make -f
# Backends (mongodb removed for now, fails to compile)
-backends := remote pipe gmysql gsqlite3 gpgsql geo lua
+backends := bind remote pipe gmysql gsqlite3 gpgsql geo lua random
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
# Use new build system