Skip to content
Snippets Groups Projects
Verified Commit ec97c9d3 authored by Richard Pospesel's avatar Richard Pospesel Committed by Pier Angelo Vendrame
Browse files

Bug 40908: Enable the --enable-gpl config flag in tor to bring in PoW functionality

parent a93cb13f
No related branches found
No related tags found
1 merge request!773Bug 40901, 40902: Prepare Tor+Mullvad Browser Alpha 13.0a2
......@@ -73,7 +73,7 @@ find -type f -print0 | xargs -0 [% c("touch") %]
[% IF c("var/windows") || c("var/android") %]--with-zlib-dir="$zlibdir"[% END %] \
[% IF c("var/macos") %]--enable-static-openssl[% END %] \
[% IF c("var/windows") %]--enable-static-libevent --enable-static-openssl --enable-static-zlib[% END %] \
--prefix="$distdir" [% c("var/configure_opt") %]
--enable-gpl --prefix="$distdir" [% c("var/configure_opt") %]
[% IF c("var/macos") -%]
export LD_PRELOAD=[% c("var/faketime_path") %]
export FAKETIME="[% USE date; GET date.format(c('timestamp'), format = '%Y-%m-%d %H:%M:%S') %]"
......
# vim: filetype=yaml sw=2
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
version: 0.4.8.2-alpha
version: 0.4.8.3-rc
git_hash: 'tor-[% c("version") %]'
git_url: https://gitlab.torproject.org/tpo/core/tor.git
git_submodule: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment