commit efde11ffc4f580a6dd51e0082164c1550eebff9f
Author: Nathan Freitas <[email protected]>
Date:   Tue Feb 28 23:21:42 2017 -0500

    update maxfile for tor 0.2.9.9
---
 external/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/external/Makefile b/external/Makefile
index 84da1c1..5090e94 100644
--- a/external/Makefile
+++ b/external/Makefile
@@ -228,9 +228,9 @@ tor/configure:
         ./autogen.sh
 
 tor/Makefile: tor/configure
-       cp 0001-add-limits.h-to-support-MAX_SIZE-on-Android.patch tor
-       cd tor && \
-               git apply 0001-add-limits.h-to-support-MAX_SIZE-on-Android.patch
+#      cp 0001-add-limits.h-to-support-MAX_SIZE-on-Android.patch tor
+#      cd tor && \
+#              git apply 0001-add-limits.h-to-support-MAX_SIZE-on-Android.patch
 #      cp fix_android_0.2.6.4rc_build.patch tor
 #      cd tor && \
 #              git apply fix_android_0.2.6.4rc_build.patch
@@ -244,7 +244,7 @@ tor/Makefile: tor/configure
                                --disable-asciidoc \
                                --enable-static-libevent 
--with-libevent-dir=$(EXTERNAL_ROOT) \
                                --enable-static-openssl 
--with-openssl-dir=$(EXTERNAL_ROOT) \
-                               --disable-linker-hardening 
--disable-gcc-hardening 
+                               --disable-linker-hardening 
--disable-gcc-hardening --disable-tool-name-check
 
 tor-build-stamp: tor/Makefile
        $(MAKE) -C tor all-am



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to