rt
rt copied to clipboard
ignore missing dependencies listed in RT_IGNORE_DEPENDENCIES
I need to ignore the Mozilla::CA dependency; on debian LWP::Protocol::https doesn't use it, and debian isn't going to package Mozilla::CA.
With RT_IGNORE_DEPENDENCIES I can simply run
export RT_IGNORE_DEPENDENCIES=Mozilla::CA
before make install and friends without having to modify the source.