As noted in #22244, new symbols were introduced in bitcoin-qt
during the current release cycle, particularly:
statx@GLIBC_2.28
renameat2@GLIBC_2.28
This PR gets rid of them.
Removing of statx
is pretty hacky because it is integrated into Qt code tightly, and just passing -no-feature-statx
don’t work.
See:
Closes #22280.
Note for reviewers. While testing please post kernel and glib versions of systems you run tested binaries on.
It would be nice to test systems with pretty old ones (e.g., pre-4.11 kernel).