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.

16 lines
761 B

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