]> Git Repo - buildroot-mgba.git/commit
package/oprofile: fix static build with binutils >= 2.40
authorFabrice Fontaine <[email protected]>
Mon, 6 May 2024 07:00:49 +0000 (09:00 +0200)
committerThomas Petazzoni <[email protected]>
Mon, 6 May 2024 19:41:09 +0000 (21:41 +0200)
commit5272c6bea1247e87a32947bd960757a19fdf8b90
tree136fe94a15094fbb897a454e7a8870dd9df790dc
parenta8e60c4600f42212cb8c42e5b288d6406bb80db4
package/oprofile: fix static build with binutils >= 2.40

sframe library was added by binutils 2.40 and
https://github.com/bminor/binutils-gdb/commit/19e559f1c91bfaedbd2f91d85ee161f3f03fda3c
resulting in the following static build failure:

/home/buildroot/autobuild/run/instance-1/output-1/build/binutils-2.41/bfd/elf-sframe.c:220: undefined reference to `sframe_decode'

[...]

configure: error: bfd library not found

Fixes:
 - http://autobuild.buildroot.org/results/a9f3e09e6543b3773440c011e93bd41e357691e4

Signed-off-by: Fabrice Fontaine <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
package/oprofile/0002-fix-static-build-with-binutils-2.40.patch [new file with mode: 0644]
package/oprofile/oprofile.mk
This page took 0.033507 seconds and 4 git commands to generate.