mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
image build and composition scripts for Flatcar Container Linux
When building `net-libs/nghttp2` needed by curl 7.74, build fails when checking for prerequisites of boost libs. ``` configure:20402: checking whether the Boost::ASIO library is available configure:20433: x86_64-cros-linux-gnu-g++ -std=c++14 -c -O2 -pipe -mtune=generic -g conftest.cpp >&5 configure:20433: $? = 0 configure:20447: result: yes configure:20540: error: Could not find a version of the library! ``` To avoid such issues, we should disable the `cxx` USE flag for `net-libs/nghttp2`. |
||
---|---|---|
sdk_container/src/third_party/coreos-overlay |