FWIW, in the couple of packages I maintain where configure isn't smart
enough to figure out 32- vs. 64-bitness on its own (e.g., csdp), I've
done this to be (hopefully) future-architecture-proof:
if [ %{__isa_bits} = "64" ]; then
magic_command_to_enable_64_bit_build
fi
It might be nice to encapsulate that in an RPM macro so that the above
could read something like this:
Regards,
--
Jerry James
http://www.jamezone.org/
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel