diff options
author | Mike Gilbert <floppym@gentoo.org> | 2023-08-28 14:49:48 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2023-08-28 14:49:48 -0400 |
commit | e828e60c489c9df6bb636b6f67e46657cd935c71 (patch) | |
tree | 2734ab36a087a4dce206c080c6038910f6ffc463 /net-libs/libmicrohttpd | |
parent | package.mask: Last rite dev-python/pytz_deprecation_shim (diff) | |
download | gentoo-e828e60c489c9df6bb636b6f67e46657cd935c71.tar.gz gentoo-e828e60c489c9df6bb636b6f67e46657cd935c71.tar.bz2 gentoo-e828e60c489c9df6bb636b6f67e46657cd935c71.zip |
net-libs/libmicrohttpd: make EVENTFD check non-fatal
Closes: https://bugs.gentoo.org/913114
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-libs/libmicrohttpd')
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.77.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.77.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.77.ebuild index 490e505c1313..fd1fbe4258f4 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.77.ebuild +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.77.ebuild @@ -33,7 +33,7 @@ pkg_pretend() { use epoll && CONFIG_CHECK+=" ~EPOLL" ERROR_EPOLL="EPOLL is not enabled in kernel, but enabled in libmicrohttpd." ERROR_EPOLL+=" libmicrohttpd will fail to start with 'automatic' configuration." - use eventfd && CONFIG_CHECK+=" EVENTFD" + use eventfd && CONFIG_CHECK+=" ~EVENTFD" ERROR_EVENTFD="EVENTFD is not enabled in kernel, but enabled in libmicrohttpd." ERROR_EVENTFD+=" libmicrohttpd will not work." check_extra_config |