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 24c0189820
commit c41fc3ffe0

View file

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