tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit d8f9a5da5d2be59f00ed1948d92930ea6986aceb
parent bc6c37b202e907ed721adbfe2c08977416c0e61c
Author: Matthew Finkel <sysrqb@torproject.org>
Date:   Tue, 10 Nov 2020 21:57:03 +0000

Export RANLIB so it's available in combine_libs script

Fixes 40172; bugfix on 0.4.5.1-alpha

Diffstat:
MMakefile.am | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am @@ -143,6 +143,7 @@ TOR_INTERNAL_LIBS = \ libtor.a: $(TOR_INTERNAL_LIBS) $(AM_V_AR) export AR="$(AR)"; \ export ARFLAGS="$(ARFLAGS)"; \ + export RANLIB="$(RANLIB)"; \ $(top_srcdir)/scripts/build/combine_libs libtor.a $(TOR_INTERNAL_LIBS) MOSTLYCLEANFILES += libtor.a