summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/gd
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/gd')
-rw-r--r--meta-oe/recipes-support/gd/gd_2.3.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/gd/gd_2.3.3.bb b/meta-oe/recipes-support/gd/gd_2.3.3.bb
index 062c4b4a8f..884a2b54ac 100644
--- a/meta-oe/recipes-support/gd/gd_2.3.3.bb
+++ b/meta-oe/recipes-support/gd/gd_2.3.3.bb
@@ -43,6 +43,8 @@ EXTRA_OECONF += "--disable-rpath"
43 43
44EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"' 44EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"'
45 45
46CFLAGS += "-Wno-error=maybe-uninitialized"
47
46DEBUG_OPTIMIZATION:append = " -Wno-error=maybe-uninitialized" 48DEBUG_OPTIMIZATION:append = " -Wno-error=maybe-uninitialized"
47 49
48do_install:append:class-target() { 50do_install:append:class-target() {