mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
lvm2: use bfd even with ld-is-gold in DISTRO_FEATURES
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -57,3 +57,7 @@ EXTRA_OECONF = "--with-user= \
|
|||||||
--with-thin-repair=${sbindir}/thin_repair \
|
--with-thin-repair=${sbindir}/thin_repair \
|
||||||
--with-thin-restore=${sbindir}/thin_restore \
|
--with-thin-restore=${sbindir}/thin_restore \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
# gold doesn't like multiple dm_bitset_parse_list definitions in libdm/.exported_symbols.DM_1_02_138 and libdm/.exported_symbols.DM_1_02_129
|
||||||
|
# after it was uncommented in the later in 2.03.12 with https://github.com/lvmteam/lvm2/commit/60eb608d66c2056a78e81f27db3da14139d9faab
|
||||||
|
LDFLAGS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', " -fuse-ld=bfd", '', d)}"
|
||||||
|
|||||||
Reference in New Issue
Block a user