From: Kees Monshouwer Date: Thu, 24 Oct 2013 17:30:59 +0000 (+0200) Subject: update buildscripts X-Git-Tag: rec-3.6.0-rc1~363^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=948d9553a06063a24bf5b2357d1acd5e3b53a446;p=pdns update buildscripts --- diff --git a/build-scripts/rpm-build-instruction b/build-scripts/rpm-build-instruction index 488b400d1..e8c7b6c03 100755 --- a/build-scripts/rpm-build-instruction +++ b/build-scripts/rpm-build-instruction @@ -1,7 +1,7 @@ #!/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 \ diff --git a/debian-pdns/rules b/debian-pdns/rules index 2be8b2df6..38bcd54cf 100755 --- a/debian-pdns/rules +++ b/debian-pdns/rules @@ -3,8 +3,8 @@ 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 @@ -51,7 +51,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="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 \ diff --git a/debian/rules b/debian/rules index 8ee853a8e..8cb3ae833 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/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