Follow-up Comment #3, sr #107416 (group libtool): I ran into this bug when building util-linux-2.35.2, which uses libtool 2.4.6.
It looks like --enable-fast-installed is on by default, but the binaries are
still wrongly relinked:
objdump -t ./.libs/libmount.so.1.1.0 | grep clock
0000000000000000 F *UND* 0000000000000000
clock_gettime@@GLIBC_2.2.5
objdump -t ./.libs/libmount.so.1.1.0T | grep clock
0000000000000000 F *UND* 0000000000000000
clock_gettime@@GLIBC_2.17
I haven't been able to find any workarounds for this that work and would
appreciate any help.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/support/?107416>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
