From 4554baa2b2789d6118348a99b2c1691de88f7672 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Fri, 8 Sep 2023 11:17:17 +0200 Subject: [PATCH] overlay coreos/config: Add env override for libmicrohttpd --- .../coreos/config/env/net-libs/libmicrohttpd | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/coreos/config/env/net-libs/libmicrohttpd diff --git a/sdk_container/src/third_party/coreos-overlay/coreos/config/env/net-libs/libmicrohttpd b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/net-libs/libmicrohttpd new file mode 100644 index 0000000000..27e276596a --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/net-libs/libmicrohttpd @@ -0,0 +1,8 @@ +# The usability of the eventfd is tested by linking and running a test +# program, which can't be done when doing a cross-compiliation. So for +# the case of cross-compilation, the configuration scripts assumes +# that eventfd is not usable, which results in confiuration error, +# since usage of eventfd is requested. We know that eventfd is usable +# for us, for tell this to the configure script. + +export mhd_cv_eventfd_usable=yes