Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
asterisk-16.x: allow eventfd detection
Asterisk 16 wants to use eventfd, but it doesn't allow the detection during cross-compiling. This results in runtime warnings, for instance when shutting down: [Mar 2 22:37:41] WARNING[21593]: alertpipe.c:112 ast_alertpipe_read: read() failed: Bad file descriptor [Mar 2 22:37:41] WARNING[21593]: alertpipe.c:112 ast_alertpipe_read: read() failed: Bad file descriptor [Mar 2 22:37:41] WARNING[21593]: alertpipe.c:112 ast_alertpipe_read: read() failed: Bad file descriptor Relax the configure script so that eventfd can also be detected when cross-compiling. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
- Loading branch information