mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
435f51c37f
This splits a dev output to make the default output not depend on any build dependencies anymore. This also avoids removing references from pgxs' Makefile this way, which should, at least theoretically, be good to build extensions via pgxs, making sure they use the same tooling. ecpg is the "embedded SQL C preprocessor", which is certainly a dev tool. Most important, for closure size anyway, is to move pg_config to the dev output, since it retains paths to all the other outputs. The only thing with references to the dev output remaining is then the postgres binary itself. It contains all the output paths, because it shows those in the pg_config system view. There is no other way than to nuke those references to avoid circular dependencies between outputs - and blowing up closure size again. |
||
---|---|---|
.. | ||
empty-pg-config-view-15+.patch | ||
empty-pg-config-view.patch | ||
export-dynamic-darwin-15-.patch | ||
less-is-more.patch | ||
locale-binary-path.patch | ||
paths-for-split-outputs.patch | ||
paths-with-postgresql-suffix.patch | ||
relative-to-symlinks-16+.patch | ||
relative-to-symlinks.patch | ||
socketdir-in-run-13+.patch | ||
socketdir-in-run.patch |