diff options
| -rw-r--r-- | meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb b/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb index 75b24bf88b..123af4d3aa 100644 --- a/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb +++ b/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb | |||
| @@ -75,6 +75,8 @@ EXTRA_OECONF = " \ | |||
| 75 | EXTRA_OEMAKE = " \ | 75 | EXTRA_OEMAKE = " \ |
| 76 | V=1 \ | 76 | V=1 \ |
| 77 | " | 77 | " |
| 78 | # clang treats them as errors by default now starting with 15.0+ | ||
| 79 | CFLAGS += "-Wno-error=int-conversion -Wno-error=implicit-int" | ||
| 78 | 80 | ||
| 79 | do_install:append() { | 81 | do_install:append() { |
| 80 | install -d -m 0755 ${D}/${sysconfdir}/xdg/fvwm | 82 | install -d -m 0755 ${D}/${sysconfdir}/xdg/fvwm |
