LD_LIBRARY_PATH doesn't get passed to package
causten opened this issue · 1 comments
causten commented
There are times where the LD path is needed by the repo when building (i.e. ASAN) but it seems cget wipes the path out
https://github.com/pfultz2/cget/blob/master/cget/prefix.py#L111
krzysz00 commented
The expected behavior would be to prepend to LD_LIBRARY_PATH if it's set, not overwrite it