Configure.ac forces install to lib64 on 64-bit platforms. On debian based linux systems, usr/lib64 is a symlink back to usr/lib. By not providing a method to override this behavior I have been forced to patch configure.ac in order to package it.
Please provide a method to override that behavior.