The current libcec cannot be built twice on different machines since it records the buildtime in the binary. A solution is to honour SOURCE_DATE_EPOCH which is described on the reproducible builds website https://reproducible-builds.org/
The text was updated successfully, but these errors were encountered:
to be more portable
and to allow for reproducible builds
See https://reproducible-builds.org/ for why this matters.
Also consistently use ISO 8601 date format to be understood everywhere.
FixesPulse-Eight#485
The current libcec cannot be built twice on different machines since it records the buildtime in the binary. A solution is to honour SOURCE_DATE_EPOCH which is described on the reproducible builds website https://reproducible-builds.org/
The text was updated successfully, but these errors were encountered: