diff options
-rw-r--r-- | recipes-containers/podman/podman_git.bb | 3 |
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 |
45 | export LDFLAGS="" | 45 | export LDFLAGS="" |
46 | 46 | ||
47 | # https://github.com/llvm/llvm-project/issues/53999 | ||
48 | TOOLCHAIN = "gcc" | ||
49 | |||
47 | inherit go goarch | 50 | inherit go goarch |
48 | inherit systemd pkgconfig | 51 | inherit systemd pkgconfig |
49 | 52 | ||