diff options
Diffstat (limited to 'dns')
-rw-r--r-- | dns/fastresolve/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/fastresolve/Makefile b/dns/fastresolve/Makefile index 0eb92b159be9..641c79adc322 100644 --- a/dns/fastresolve/Makefile +++ b/dns/fastresolve/Makefile @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ CXXFLAGS="-I${LOCALBASE}/include" \ PERL=${PERL} -USE_AUTOTOOLS= automake:14 autoconf:213 +USE_AUTOTOOLS= aclocal:14 automake:14 autoconf:213 USE_BDB= yes CONFIGURE_ARGS= --with-bdb-lib=-l${BDB_LIB_CXX_NAME} --with-bdb-incdir=${BDB_INCLUDE_DIR} |