Add my configure file
[kai/bind9.git] / configure.kai
1 #!/bin/bash
2
3 export CC="ccache gcc"
4 export CFLAGS="-fno-strict-aliasing -DDIG_SIGCHASE -g"
5
6 ./configure --prefix=/data/local \
7                 --mandir=\$${prefix}/share/man \
8                 --infodir=\$${prefix}/share/info \
9                 --sysconfdir=/etc/bind \
10                 --localstatedir=/var \
11                 --enable-threads \
12                 --enable-largefile \
13                 --with-libtool \
14                 --enable-shared \
15                 --enable-static \
16                 --with-openssl=/usr \
17                 --with-gssapi=/usr \
18                 --with-gnu-ld \
19                 --with-dlz-postgres=no \
20                 --with-dlz-mysql=no \
21                 --with-dlz-bdb=yes \
22                 --with-dlz-filesystem=yes \
23                 --with-dlz-ldap=yes \
24                 --with-dlz-stub=yes \
25                 --enable-ipv6