diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-06-19 21:00:33 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-06-19 21:34:29 -0400 |
commit | 2637c3f098d33e601f3d09038b11be5f32da4b24 (patch) | |
tree | 232c336694a9e3d72bc09fcc42d9e264c6e7eead /libs | |
parent | 5787cc7698de91a80806275e863d8392f96744e2 (diff) | |
download | librebootfr-2637c3f098d33e601f3d09038b11be5f32da4b24.tar.gz librebootfr-2637c3f098d33e601f3d09038b11be5f32da4b24.zip |
Added vars RANDOM_SEED, LIBFAKETIME_PATH + misc.
All environment variables necessary for creating reproducible builds
should now be present. If libfaketime is not linked then the only
reproducibility-related variables SOURCE_DATE_EPOCH and RANDOM_SEED (gcc
flag -frandom-seed) will be used. -frandom-seed will be added in a
later commit.
Diffstat (limited to 'libs')
-rwxr-xr-x | libs/common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/common b/libs/common index 8f1379ee..281728bc 100755 --- a/libs/common +++ b/libs/common @@ -35,6 +35,7 @@ BLOBS_IGNORE="blobs-ignore" BLOBS_DISCOVER="blobs-discover" DOTEPOCH=".epoch" +DOTRNDSEED=".rndseed" DOTVERSION=".version" DOTREVISION=".revision" DOTTARFILES=".tarfiles" |