From 5cf1614f7fc146dce5e875b34d7013e920f5f522 Mon Sep 17 00:00:00 2001 From: Borgbyte Date: Sun, 16 May 2021 23:12:34 +0100 Subject: [PATCH] Patch tor configure to fix building with autoconf@2.70 --- tools/buildtor.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/buildtor.sh b/tools/buildtor.sh index 3ff4c2537..c1427636f 100755 --- a/tools/buildtor.sh +++ b/tools/buildtor.sh @@ -67,6 +67,7 @@ else $SED -i "741s!^TOR_LIB.*! TOR_LIB_PTHREAD=-lpthread!" configure.ac $SED -i "764a AC_SUBST(TOR_LIB_PTHREAD)" configure.ac $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 + sed -ie "s!^AC_PROG_CC_C99!!" configure.ac sh autogen.sh ./configure ${CONFIGURE_ARGS} --host=${HOST_OS} sed -ie "s!^include src/app.*!!" "src/include.am"