summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/shadow
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-06 15:14:23 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-07 10:45:25 +0000
commite4fb136b7d809f98edf0ee0bf72529c18ab7785b (patch)
tree2e7ff00a6f41dec43036cfd928303534b4052856 /meta/recipes-extended/shadow
parent6066600e809fdcce0b937de9c1d7b603848007a5 (diff)
downloadpoky-e4fb136b7d809f98edf0ee0bf72529c18ab7785b.tar.gz
gdb: Fix occasional build failure
When running the configure check "checking for ELF support in BFD", LDFLAGS were not being passed in to libtool. In OE/YP, we need these flags when using uninative due to the games we play with the dynamic loader. If a version of libzstd was built against a newer glibc, it would need newer pthread symbols which it wouldn't find with the system linker. At runtime this isn't an issue as it would be switched to use uninative but we pass flags in LDFLAGS to allow this. The bug is rare to reproduce as it depends on the host libzstd was built against. (From OE-Core rev: 74077e10e2212349493ecfa8e7d9ca844366331f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/shadow')
0 files changed, 0 insertions, 0 deletions