In share/Makefile.am, when creating default.vlt it attempts to detect
the availability of the tar --sort= option, but then incorrectly passes
the variable to tar.
It does not appear to affect the sort order on
tests.reproducible-builds.org, but it does appear to cause issues when
testing with reprotest, and so may occur in other situations in the
wild.
The attached patch fixes this by passing it as a make variable rather
than a quoted shell variable.
This patch does not address all reproducibility issues in vlc
(e.g. build paths).
Thanks for maintaining vlc!
live well,
vagrant