Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 689702 - net-libs/libmicrohttpd should enable epoll by default
Summary: net-libs/libmicrohttpd should enable epoll by default
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-12 02:33 UTC by Mike Gilbert
Modified: 2019-07-12 16:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Gilbert gentoo-dev 2019-07-12 02:33:00 UTC
The configure script enables epoll by default if the system call is available via the sys/epoll.h header. For some reason, the ebuild overrides this auto-detection and exposes it via a use flag.

epoll has been available since Linux 2.5.44 and glibc-2.3.2.

Please set IUSE="+epoll" in the ebuild, or remove the use flag and let the configure script auto-detect it. I think the latter would be preferable.

This feature is required by sys-apps/systemd[http].
Comment 1 Anthony Basile gentoo-dev 2019-07-12 16:44:14 UTC
done.