You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/03/30 19:23:12 UTC

[GitHub] [trafficserver] bgaff commented on issue #7656: Build fails on FreeBSD 13+

bgaff commented on issue #7656:
URL: https://github.com/apache/trafficserver/issues/7656#issuecomment-810517643


   The easiest fix:
   
   ```
   sed -Ei 's/#ifdef HAVE_EVENTFD/#if defined(HAVE_EVENTFD) \&\& defined(TS_USE_EPOLL)' src/tscore/EventNotify.cc
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org