Description
Reads pkg-config metadata from Ruby so build scripts can discover compiler and linker flags for native libraries. It is useful for gems that compile extensions against system dependencies.
Build metadata controls what gets linked into native code. Validate search paths and flags, especially when builds run in CI or on systems with untrusted local files.