mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 11:51:14 +02:00
coreos/config: Export PKG_CONFIG for podman
Podman build uses pkg-config support in Go to link against some library. This needs the correct sysroot version of PKG_CONFIG to be exported. Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
parent
5405224aea
commit
042f30ea40
3
sdk_container/src/third_party/coreos-overlay/coreos/config/env/app-containers/podman
vendored
Normal file
3
sdk_container/src/third_party/coreos-overlay/coreos/config/env/app-containers/podman
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
cros_pre_src_compile_pkgconfig() {
|
||||
export PKG_CONFIG="$(tc-getPKG_CONFIG)"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user