You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
995 B

  1. --- a/bind/Makefile.in
  2. +++ b/bind/Makefile.in
  3. @@ -63,8 +63,14 @@
  4. else \
  5. echo Configuring BIND Export libraries for DHCP. ; \
  6. rm -rf ${cleandirs} ${cleanfiles} ; \
  7. - (cd ${bindsrcdir} && \
  8. - ./configure ${bindconfig} > ${binddir}/configure.log); \
  9. + (cd ${bindsrcdir} && export CC=${CROSS_CC} && \
  10. + ./configure --disable-atomic --disable-kqueue \
  11. + --disable-epoll --disable-devpoll --without-openssl \
  12. + --without-libxml2 --enable-exportlib \
  13. + --enable-threads=no \
  14. + --with-export-includedir=${binddir}/include \
  15. + --with-export-libdir=${binddir}/lib --with-gssapi=no \
  16. + --without-randomdev > ${binddir}/configure.log); \
  17. fi
  18. atf: