Fix check-rpath which complains about /usr/lib64 in RPATH of some binaries
Use the recipe in here to fix the generated `libtool` script:
https://fedoraproject.org/wiki/RPath_Packaging_Draft#Removing_Rpath
Unfortunately, the configure script in numactl (both 2.0.11 and 2.0.12) does
not recognize the --disable-rpath flag yet.
Signed-off-by: Filipe Brandenburger <filbranden@gmail.com>