binutils uses pkg-config to find zstd for the host when building. If our zstd port is installed, it finds it instead and ends up including our own sysroot which is incompatible with host's. unsetting pkg-config related variables fixes this and allows binutils to build fine even when zstd is installed. We can now make it a dependency. |
||
---|---|---|
.. | ||
patches | ||
build.sh |