[tor-commits] [tor-browser-build/master] Revert "Bug 40139: Set RANLIB in macOS tor build"

gk at torproject.org gk at torproject.org
Fri Dec 4 19:06:34 UTC 2020


commit eb544e8ac5abe019ab3604f6663b1eee0e3ec4d6
Author: Matthew Finkel <sysrqb at torproject.org>
Date:   Fri Dec 4 18:24:11 2020 +0000

    Revert "Bug 40139: Set RANLIB in macOS tor build"
    
    This reverts commit 09aff7d7575b41f2130995c32538188c57654b04.
    
    Bug 40147: Remove workaround for core/tor#40172 once we pick up 0.4.5.2-alpha
---
 projects/tor/build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/projects/tor/build b/projects/tor/build
index 84b1778..c7e9190 100644
--- a/projects/tor/build
+++ b/projects/tor/build
@@ -106,7 +106,6 @@ find -type f -print0 | xargs -0 [% c("var/touch") %]
 [% IF c("var/osx") -%]
   export LD_PRELOAD=[% c("var/faketime_path") %]
   export FAKETIME="[% USE date; GET date.format(c('timestamp'), format = '%Y-%m-%d %H:%M:%S') %]"
-  export RANLIB=x86_64-apple-darwin-ranlib
 [% END -%]
 make -j[% c("buildconf/num_procs") %]
 make install



More information about the tor-commits mailing list