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


   
   On 31/03/2021 17:31, Brian Geffon wrote:
   >
   > Yah sorry you need to do the same for the header file:
   >
   > |sed -Ei 's/#ifdef HAVE_EVENTFD/#if defined(HAVE_EVENTFD) \&\& 
   > TS_USE_EPOLL == 1' src/tscore/EventNotify.{cc,h} |
   >
   >
   It compiles now,
   
   sed -i '' 's/#ifdef HAVE_EVENTFD/#if defined(HAVE_EVENTFD) \&\& 
   TS_USE_EPOLL == 1/' work/trafficserver-8.1.1/src/tscore/EventNotify.cc
   sed -i '' 's/#ifdef HAVE_EVENTFD/#if defined(HAVE_EVENTFD) \&\& 
   TS_USE_EPOLL == 1/' work/trafficserver-8.1.1/include/tscore/EventNotify.h
   
   did the trick, thank you!
   


-- 
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:
[email protected]


Reply via email to