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

gk at torproject.org gk at torproject.org
Wed Nov 11 07:50:02 UTC 2020


commit 09aff7d7575b41f2130995c32538188c57654b04
Author: Matthew Finkel <sysrqb at torproject.org>
Date:   Tue Nov 10 19:11:16 2020 +0000

    Bug 40139: Set RANLIB in macOS tor build
---
 projects/tor/build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/projects/tor/build b/projects/tor/build
index c7e9190..84b1778 100644
--- a/projects/tor/build
+++ b/projects/tor/build
@@ -106,6 +106,7 @@ 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