]> code.ossystems Code Review - openembedded-core.git/commit
pango: unset LDFLAGS when building gen_all_unicode
authorRoss Burton <ross.burton@intel.com>
Thu, 4 Feb 2016 16:29:53 +0000 (16:29 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 6 Feb 2016 23:08:56 +0000 (23:08 +0000)
commit20031e167f772ce2eb3ba4b93adb82c1f4805d42
tree1c0b851e91681e4ccd137d29bc5d8130f245492b
parent71e374aa5b6c466cc6ddfffeaa7cee9a6b3d2f0e
pango: unset LDFLAGS when building gen_all_unicode

When building the native gen_all_unicode binary we need to also unset LDFLAGS as
otherwise the *target* LDFLAGS will be used.  At best the options are harmless
but if there are options that the host compiler doesn't support then the compile
will fail.  For example, if the host gcc is version 4.8 but LDFLAGS contains
-fstack-protector-strong which in 4.9 onwards.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/pango/pango_1.38.1.bb