From 87edea9ce61914e057dc391be6219097ced9876c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=C3=A6r=C3=B8y?= Date: Sun, 29 Oct 2017 22:35:54 -0400 Subject: [PATCH] Disable Zstandard for now. Because of bug #90 the current build process will be broken for people who have Zstandard headers available on their host system. For people who do not have the headers available the build system will silently ignore the `--enable-zstd` and build Tor without support for it. See: https://github.com/n8fr8/orbot/issues/90 --- external/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/Makefile b/external/Makefile index 2e8c29fd..ea62aa95 100644 --- a/external/Makefile +++ b/external/Makefile @@ -208,7 +208,7 @@ tor/Makefile: tor/configure --enable-static-libevent --with-libevent-dir=$(EXTERNAL_ROOT) \ --enable-static-openssl --with-openssl-dir=$(EXTERNAL_ROOT) \ --disable-linker-hardening --disable-gcc-hardening --disable-tool-name-check \ - --disable-lzma --enable-zstd + --disable-lzma --disable-zstd tor-build-stamp: tor/Makefile $(MAKE) -C tor all-am