commit d8f9a5da5d2be59f00ed1948d92930ea6986aceb Author: Matthew Finkel sysrqb@torproject.org Date: Tue Nov 10 21:57:03 2020 +0000
Export RANLIB so it's available in combine_libs script
Fixes 40172; bugfix on 0.4.5.1-alpha --- Makefile.am | 1 + 1 file changed, 1 insertion(+)
diff --git a/Makefile.am b/Makefile.am index 96658230f7..6e8ba37e3a 100644 --- 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
tor-commits@lists.torproject.org