Do not enable static libevent (hopefully this tor binary will work on other systems)

This commit is contained in:
Micah Lee 2022-05-29 13:12:14 -07:00
parent 1e9135f0c9
commit 3d827805d2
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -189,7 +189,6 @@ jobs:
./autogen.sh
./configure \
--prefix=/opt/tor-build \
--enable-static-libevent \
--disable-asciidoc
make -j$(nproc)
make install