Recently centos6-build VMs got libnuma installed. But centos6-install VMs didn't. Now install/mtr tests fail on centos6.
This exposed a couple of issues:
- bintar builds should try to link everything statically whenever possible. In particular, there was libnuma.a present, but the build uses libnuma.so. This is wrong.
- We cannot add new dependencies to RPM packages in GA. So, either use WITH_NUMA=OFF or link with libnuma statically in 10.2 and 10.3.
- 10.4 RPM could and should link with libnuma dynamically.