commit 09aff7d7575b41f2130995c32538188c57654b04
Author: Matthew Finkel <sysrqb(a)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