diff options
author | Ross Burton <ross.burton@intel.com> | 2016-03-03 21:01:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-07 00:11:38 +0000 |
commit | 37f5fb944a0b282a1eec3ee6451fa00dfa64b7e9 (patch) | |
tree | 2513a5f522d1fce3b5cac89571d578ef57d1b0e5 /meta/recipes-support | |
parent | 6518db4707c458a434c46e7d60cf1ff40ca8ada6 (diff) | |
download | poky-37f5fb944a0b282a1eec3ee6451fa00dfa64b7e9.tar.gz |
gdb: fix builds with internal readline and no static libraries
If gdb was configured to use the internal readline but static libraries were
disabled, gdb wouldn't dutifully not build libreadline.a which was a problem
when it tried to link with that library.
Solve this by ensuring --enable-static is passed to the readline configure.
(From OE-Core rev: 1490caa07d72af81c7e515e4ff7b4905da840d7d)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
0 files changed, 0 insertions, 0 deletions