5657N/AThe build process uses a nasty preload hack to allow message catalogs to be
5657N/Aread from the build tree. Now that we've adjusted help2man to use a 64-bit
5657N/Aonly version of Perl, we need to adjust the LD_PRELOAD to be LD_PRELOAD_64.
5657N/AThis change will be reported upstream.
5657N/A lang=$(patsubst $(target).%.1,%,$@); \
5657N/A $(MAKE) $(target) $(preload).so \
5657N/A- LD_PRELOAD=./$(preload).so LOCALEDIR=localetmp TEXTDOMAIN=help2man \
5657N/A+ LD_PRELOAD_64=./$(preload).so LOCALEDIR=localetmp TEXTDOMAIN=help2man \