Skip to content

Commit

Permalink
re-enable module dirpath as it breaks most ndk builds without
Browse files Browse the repository at this point in the history
  • Loading branch information
greenaddress committed Aug 28, 2019
1 parent 08e390d commit f9b056f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fetchbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ TOROPT="--disable-system-torrc --disable-asciidoc --enable-static-tor --enable-s
--enable-static-libevent --enable-static-zlib --disable-system-torrc \
--with-openssl-dir=$TORBUILDROOT/openssl --disable-unittests \
--with-libevent-dir=$TORBUILDROOT/libevent --disable-lzma \
--disable-tool-name-check --disable-module-dirauth \
--disable-largefile ac_cv_c_bigendian=no \
--disable-rust"
--disable-tool-name-check --disable-rust \
--disable-largefile ac_cv_c_bigendian=no"

./configure $TOROPT --prefix=$TORBUILDROOT/tor --host=$target_host --disable-android
make -o configure install -j${num_jobs}
$STRIP $TORBUILDROOT/tor/bin/tor
Expand Down

0 comments on commit f9b056f

Please sign in to comment.