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 Branch ------ REL9_3_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/6d899f098c195f624b61929e6d43091f836da215 Modified Files -------------- contrib/pg_xlogdump/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
