rt icon indicating copy to clipboard operation
rt copied to clipboard

ignore missing dependencies listed in RT_IGNORE_DEPENDENCIES

Open stbuehler opened this issue 8 years ago • 0 comments

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.

stbuehler avatar Dec 08 '17 14:12 stbuehler