[tor-browser-build/master] Bug 30779: Make openssl build reproducible by setting SOURCE_DATE_EPOCH

7 Jun
2019
7 Jun
'19
8:23 a.m.
commit 3d5f652a3ec9fb44c41e79174f2de28f14ffdbe0 Author: Nicolas Vigier <boklm@torproject.org> Date: Thu Jun 6 00:25:38 2019 +0200 Bug 30779: Make openssl build reproducible by setting SOURCE_DATE_EPOCH --- projects/openssl/build | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/openssl/build b/projects/openssl/build index a3ff092..40dc526 100644 --- a/projects/openssl/build +++ b/projects/openssl/build @@ -13,6 +13,7 @@ export CC='gcc -m32' ln -s $clangdir/bin/clang $clangdir/bin/x86_64-apple-darwin11-cc export CC="cc [% c("var/FLAGS") %]" [% END -%] +export SOURCE_DATE_EPOCH='[% c("timestamp") %]' ./Configure --prefix=$distdir [% c('var/configure_opts') %] make make install
2171
Age (days ago)
2171
Last active (days ago)
0 comments
1 participants
participants (1)
-
gk@torproject.org