diff options
Diffstat (limited to 'meta-oe/recipes-support/gd')
-rw-r--r-- | meta-oe/recipes-support/gd/gd_2.2.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/gd/gd_2.2.5.bb b/meta-oe/recipes-support/gd/gd_2.2.5.bb index 548d2c578..426af2572 100644 --- a/meta-oe/recipes-support/gd/gd_2.2.5.bb +++ b/meta-oe/recipes-support/gd/gd_2.2.5.bb | |||
@@ -35,6 +35,8 @@ EXTRA_OECONF += " --disable-rpath \ | |||
35 | 35 | ||
36 | EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"' | 36 | EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"' |
37 | 37 | ||
38 | DEBUG_OPTIMIZATION_append = " -Wno-error=maybe-uninitialized" | ||
39 | |||
38 | do_install_append() { | 40 | do_install_append() { |
39 | # cleanup buildpaths from gdlib.pc | 41 | # cleanup buildpaths from gdlib.pc |
40 | sed -i -e 's#${STAGING_DIR_HOST}##g' ${D}${libdir}/pkgconfig/gdlib.pc | 42 | sed -i -e 's#${STAGING_DIR_HOST}##g' ${D}${libdir}/pkgconfig/gdlib.pc |