]> granicus.if.org Git - pdns/commitdiff
update buildscripts
authorKees Monshouwer <mind04@monshouwer.org>
Thu, 24 Oct 2013 17:30:59 +0000 (19:30 +0200)
committermind04 <mind04@monshouwer.org>
Tue, 29 Oct 2013 19:26:28 +0000 (20:26 +0100)
build-scripts/rpm-build-instruction
debian-pdns/rules
debian/rules

index 488b400d1178b95df2562119a4bb431c1b21d22a..e8c7b6c032a83919bcb06967467cfced871c9930 100755 (executable)
@@ -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 \
index 2be8b2df68ade1df6f6351e53f1ee45c0700c597..38bcd54cff04ae9ebb9614b7bc7124a5898e8411 100755 (executable)
@@ -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 \
index 8ee853a8e27f3dd53ee7978b10967ad2ff22cfd0..8cb3ae833e8d3debeb653a861b6daba8fa3d7f2b 100755 (executable)
@@ -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