mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 18:06:59 +02:00
image build and composition scripts for Flatcar Container Linux
Normally we use pkg-config to query flags and libraries that are needed to build things. These are specific to CHOST, and the build system usually uses pkg-config on CHOST to get those flags and libraries. But pkg-config is also used to query for the location of the tools used during the build, and for those we need to use pkg-config on CBUILD. But the build system is usually using the same pkg-config for both flags and libs, and for build tools. Which works fine for typical builds, but breaks for cross builds. One of such build tools is glib-genmarshal. Fortunately the build system allows us to override the detection results by passing GLIB_GENMARSHAL="${some_path}" to the configure script. So do that. |
||
---|---|---|
sdk_container/src/third_party/coreos-overlay |