From c41fc3ffe08cc42a98958540f547c23ca76d8d7a Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 29 May 2022 13:12:14 -0700 Subject: [PATCH] Do not enable static libevent (hopefully this tor binary will work on other systems) --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7d6b5a37..abbfbc8e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -189,7 +189,6 @@ jobs: ./autogen.sh ./configure \ --prefix=/opt/tor-build \ - --enable-static-libevent \ --disable-asciidoc make -j$(nproc) make install