mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 11:51:14 +02:00
overlay coreos/config: Add env override for libmicrohttpd
This commit is contained in:
parent
77d2b14cbc
commit
4554baa2b2
8
sdk_container/src/third_party/coreos-overlay/coreos/config/env/net-libs/libmicrohttpd
vendored
Normal file
8
sdk_container/src/third_party/coreos-overlay/coreos/config/env/net-libs/libmicrohttpd
vendored
Normal file
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user