@niluje: I never built an ARM patchelf - but it should be fairly easy to do.
If your build system supports C++ anyway. ;(
Code:
objdump -x /usr/local/bin/patchelf | grep 'NEEDED'
NEEDED libstdc++.so.6
NEEDED libgcc_s.so.1
NEEDED libc.so.6
My attempts above at fixing kterm only breaks things.