summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/podman/podman_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index 2bbc4dc1..9b92094c 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -44,6 +44,9 @@ exclude_graphdriver_btrfs exclude_graphdriver_devicemapper"
44# overide LDFLAGS to allow podman to build without: "flag provided but not # defined: -Wl,-O1 44# overide LDFLAGS to allow podman to build without: "flag provided but not # defined: -Wl,-O1
45export LDFLAGS="" 45export LDFLAGS=""
46 46
47# https://github.com/llvm/llvm-project/issues/53999
48TOOLCHAIN = "gcc"
49
47inherit go goarch 50inherit go goarch
48inherit systemd pkgconfig 51inherit systemd pkgconfig
49 52