Skip to content

Commit

Permalink
DO NOT MERGE enable tor's restart debugging
Browse files Browse the repository at this point in the history
This should not be merged because it is a dev-only, insecure feature.
  • Loading branch information
eighthave committed Dec 17, 2021
1 parent 9087290 commit 583ae1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions external/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ zstd-clean:
#------------------------------------------------------------------------------#
# tor

# TODO --enable-restart-debugging should not be shipped, it is insecure
tor/Makefile: tor/configure.ac tor/Makefile.am
@which pkg-config || (echo "ERROR: pkg-config is required! apt-get install pkg-config"; exit 1)
cd tor && ./autogen.sh
Expand All @@ -270,6 +271,7 @@ tor/Makefile: tor/configure.ac tor/Makefile.am
--enable-android \
--enable-lzma \
--enable-pic \
--enable-restart-debugging \
--enable-static-libevent --with-libevent-dir=$(EXTERNAL_ROOT) \
--enable-static-openssl --with-openssl-dir=$(EXTERNAL_ROOT) \
--enable-zstd \
Expand Down

0 comments on commit 583ae1b

Please sign in to comment.