summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb2
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 = " \
75EXTRA_OEMAKE = " \ 75EXTRA_OEMAKE = " \
76 V=1 \ 76 V=1 \
77" 77"
78# clang treats them as errors by default now starting with 15.0+
79CFLAGS += "-Wno-error=int-conversion -Wno-error=implicit-int"
78 80
79do_install:append() { 81do_install:append() {
80 install -d -m 0755 ${D}/${sysconfdir}/xdg/fvwm 82 install -d -m 0755 ${D}/${sysconfdir}/xdg/fvwm