diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-30 16:36:24 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-02 05:52:06 -0700 |
commit | c3bf244418ef466fc9e298b0d1e4c0336be469bd (patch) | |
tree | d76e638d54b82220e49aa8f3779e8be2c8fb442e /meta/recipes-devtools/tcf-agent | |
parent | ad23395cd1f6c0cbfcc6980b6071d589f9f6cde0 (diff) | |
download | poky-c3bf244418ef466fc9e298b0d1e4c0336be469bd.tar.gz |
perl: Fix various nativesdk build issues
The config.sh lists -fstack-protector but this isn't in LDFLAGS. This
can result in perl compilation failures due to the mismatch. Adding the
flag to LDFLAGS solves makes all the flags consistent and avoids build
failures from missing symbols.
It was also found that the path substitutions made by the sed statement
can conflict with each other and you can end up with $prefix$prefix type
expressions in config.sh-X which can break the build in unusual ways.
This patch anchors the expressions to ensure only true matches are
replaced.
(From OE-Core rev: 38234f2e276356b1d77a87ceabc486107e336d19)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/tcf-agent')
0 files changed, 0 insertions, 0 deletions