Sort $(wildcard) output where needed for reproducible build output.
Tom Lane <tgl@sss.pgh.pa.us>
Sort $(wildcard) output where needed for reproducible build output. The order of inclusion of .o files makes a difference in linker output; not a functional difference, but still a bitwise difference, which annoys some packagers who would like reproducible builds. Report and patch by Christoph Berg
Files
| Path | Change | +/− |
|---|---|---|
| contrib/hstore_plperl/Makefile | modified | +1 −1 |
| contrib/hstore_plpython/Makefile | modified | +2 −2 |
| contrib/ltree_plpython/Makefile | modified | +2 −2 |
| src/bin/pg_xlogdump/Makefile | modified | +1 −1 |