#! /bin/bash # build nsd at CAcert . ./RELINFO ID=${PRODUCT}-${RELEASE} TARBALL=${ID}.tar.gz tar xfzp ${TARBALL} cd ${ID} ./configure \ --enable-bind8-stats --enable-checking --enable-nsec3 \ --with-libevent=no \ --with-ssl \ --with-user=nsd \ --with-pidfile=/var/run/nsd/nsd.pid \ --with-dbfile=/var/lib/nsd/nsd.db \ --mandir=/usr/local/man make all