[tor-commits] [tor-browser-build/master] projects/tor: touch files to avoid "clock skew" errors with libfaketime

boklm at torproject.org boklm at torproject.org
Wed Feb 15 16:20:27 UTC 2017


commit ab1c37c393853f113fed8cef026fa95071d5c537
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Wed Feb 15 16:50:21 2017 +0100

    projects/tor: touch files to avoid "clock skew" errors with libfaketime
---
 projects/tor/build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/projects/tor/build b/projects/tor/build
index 95328a7..088c486 100644
--- a/projects/tor/build
+++ b/projects/tor/build
@@ -55,6 +55,7 @@ export LD_LIBRARY_PATH="$distdir/Tor/"
 
 cd /var/tmp/build/[% project %]-[% c('version') %]
 ./autogen.sh
+find -type f -print0 | xargs -0 [% c("var/touch") %]
 ./configure --disable-asciidoc --with-libevent-dir="$libeventdir" --with-openssl-dir="$openssldir" \
     [% IF c("var/windows") %]--with-zlib-dir="$zlibdir"[% END %] \
     [% IF c("var/osx") %]--enable-static-openssl[% END %] \





More information about the tor-commits mailing list