Interix needs -ldl but we the portability eclass doesn't know about it. Reproducible: Always Steps to Reproduce: 1. unmask libproxy 2. keyword libproxy for interix 3. emerge libproxy Actual Results: cannot find _dl{open,close,etc} Expected Results: success patch to follow
Created attachment 217698 [details, diff] enfeaturize dlopen_lib with Interix supportification Interix wants -ldl here just like linux, so return it.
I committed a slightly different patch, thanks!