brew/Library
Misty De Meo 4fd5c5c159 superenv: filter -I/-L paths on dependencies
Previously, superenv did not try to filter -I or -L flags
based on the list of requested dependencies; as a result, buildsystems
which opportunistically discover Homebrew-installed libraries were able
to link against them even under superenv.

This adds a list of all requested dependencies to the superenv environment,
and compares all -I and -L flags against those; any Cellar and opt paths
found which resolve to unrequested dependencies are filtered out.
2016-04-04 15:30:22 -07:00
..
2016-04-03 18:34:17 +08:00
2016-04-04 12:27:47 +01:00
2016-04-04 12:25:11 +01:00
2016-04-03 18:34:17 +08:00