Skip to content

Commit 5cf1614

Browse files
borgbytejgriffiths
authored andcommitted
Patch tor configure to fix building with autoconf@2.70
1 parent 56f7039 commit 5cf1614

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/buildtor.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ else
6767
$SED -i "741s!^TOR_LIB.*! TOR_LIB_PTHREAD=-lpthread!" configure.ac
6868
$SED -i "764a AC_SUBST(TOR_LIB_PTHREAD)" configure.ac
6969
$SED -i "912s!^TOR_SEARCH.*!TOR_SEARCH_LIBRARY(openssl, \$tryssldir, \[-lssl -lcrypto \$TOR_LIB_GDI \$TOR_LIB_WS32 \$TOR_LIB_CRYPT32\ -ldl \$TOR_LIB_PTHREAD\],!" configure.ac
70+
sed -ie "s!^AC_PROG_CC_C99!!" configure.ac
7071
sh autogen.sh
7172
./configure ${CONFIGURE_ARGS} --host=${HOST_OS}
7273
sed -ie "s!^include src/app.*!!" "src/include.am"

0 commit comments

Comments
 (0)