Skip to content
Snippets Groups Projects
Unverified Commit ab1c37c3 authored by boklm's avatar boklm
Browse files

projects/tor: touch files to avoid "clock skew" errors with libfaketime

parent 80399fe5
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,7 @@ export LD_LIBRARY_PATH="$distdir/Tor/" ...@@ -55,6 +55,7 @@ export LD_LIBRARY_PATH="$distdir/Tor/"
cd /var/tmp/build/[% project %]-[% c('version') %] cd /var/tmp/build/[% project %]-[% c('version') %]
./autogen.sh ./autogen.sh
find -type f -print0 | xargs -0 [% c("var/touch") %]
./configure --disable-asciidoc --with-libevent-dir="$libeventdir" --with-openssl-dir="$openssldir" \ ./configure --disable-asciidoc --with-libevent-dir="$libeventdir" --with-openssl-dir="$openssldir" \
[% IF c("var/windows") %]--with-zlib-dir="$zlibdir"[% END %] \ [% IF c("var/windows") %]--with-zlib-dir="$zlibdir"[% END %] \
[% IF c("var/osx") %]--enable-static-openssl[% END %] \ [% IF c("var/osx") %]--enable-static-openssl[% END %] \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment