]> git.lyx.org Git - features.git/commit
sort svgz file list
authorBernhard M. Wiedemann <bwiedemann@suse.de>
Thu, 22 Jun 2017 13:52:43 +0000 (15:52 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 27 Jun 2017 14:04:33 +0000 (16:04 +0200)
commitb8e3615492e306f6b390441428748872c433ce08
tree239d705194ecab52024bef3ae2e08599814053e7
parenta550f7d91e2f945517cf96ad5f68788944539ecb
sort svgz file list

(required because filesystems return listings in undeterministic order)
to generate Resources.qrc and thereby Resources.cpp and the lyx binary
in a reproducible way

Setting LC_ALL=C because sort order might vary with locales.

See https://reproducible-builds.org/ for why this matters.

Fixes #10711.
src/frontends/qt4/Makefile.am