#!/bin/bash export CC="ccache gcc" export CFLAGS="-fno-strict-aliasing -DDIG_SIGCHASE -g" ./configure --prefix=/data/local \ --mandir=\$${prefix}/share/man \ --infodir=\$${prefix}/share/info \ --sysconfdir=/etc/bind \ --localstatedir=/var \ --enable-threads \ --enable-largefile \ --with-libtool \ --enable-shared \ --enable-static \ --with-openssl=/usr \ --with-gssapi=/usr \ --with-gnu-ld \ --with-dlz-postgres=no \ --with-dlz-mysql=no \ --with-dlz-bdb=yes \ --with-dlz-filesystem=yes \ --with-dlz-ldap=yes \ --with-dlz-stub=yes \ --enable-ipv6