Sort $(wildcard) output where needed for reproducible build output.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 3343ea9e8ea4f552b3f6e5436938f2f0e153b947
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-01-05T20:47:05Z
Releases: 9.6.0
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