1 | initial version |
Finally found it the hard way, no idea why it worked on the other system but I found a universal solution. Replace
/usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libpthread.a
By their dynamic components
/usr/lib/x86_64-linux-gnu/librt.so /usr/lib/x86_64-linux-gnu/libpthread.so
Which results in a perfect build
2 | No.2 Revision |
Finally found it the hard way, no idea why it worked on the other system but I found a universal solution. Replace
/usr/lib/x86_64-linux-gnu/librt.a
By their dynamic components
/usr/lib/x86_64-linux-gnu/librt.so
Which results in a perfect build