commit 7be4daacef65c17c96c5eb861d502a25d3b57997 Author: Nicolas Vigier boklm@torproject.org Date: Thu Oct 15 19:37:55 2015 +0200
libgcrypt: remove build timestamp --- projects/libgcrypt/build | 1 + 1 file changed, 1 insertion(+)
diff --git a/projects/libgcrypt/build b/projects/libgcrypt/build index 9b9506f..37f4a0a 100644 --- a/projects/libgcrypt/build +++ b/projects/libgcrypt/build @@ -15,6 +15,7 @@ cd /var/tmp/build/[% project %]-[% c('version') %] # our compiler does not like -g sed -i 's/ac_cv_prog_cc_g=yes/ac_cv_prog_cc_g=no/' configure [% END -%] +sed -i 's/^BUILD_TIMESTAMP=.*/BUILD_TIMESTAMP=2000-01-01T00:00+0000/' configure ./configure --prefix=$distdir [% c("var/configure_opt") %][% IF c('var/windows') or c('var/osx') %] --enable-static --disable-shared[% END %] make -j4 make prefix=$distdir install