lib/mkmf.rb: sort list of object files in generated Makefile
authorReiner Herrmann <reiner@reiner-h.de>
Tue, 10 Oct 2017 18:06:13 +0000 (15:06 -0300)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 20 Feb 2018 21:18:57 +0000 (21:18 +0000)
commit70e54d17fdb95cfca4b386813071d23289059613
tree6bb5d4d104a8ea33725d4e5b4d80c35f5b28c213
parentb0f81b7fb4d6b8b6cf3665f44dea461052198d45
lib/mkmf.rb: sort list of object files in generated Makefile

Without sorting the list explicitely, its order is indeterministic,
because readdir() is also not deterministic.
When the list of object files varies between builds, they are linked
in a different order, which results in an unreproducible build.

Signed-off-by: Antonio Terceiro <terceiro@debian.org>
Signed-off-by: Reiner Herrmann <reiner@reiner-h.de>
Gbp-Pq: Name 0002-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch
lib/mkmf.rb