[tor-commits] [tor/master] Export RANLIB so it's available in combine_libs script

nickm at torproject.org nickm at torproject.org
Tue Nov 10 22:29:43 UTC 2020


commit d8f9a5da5d2be59f00ed1948d92930ea6986aceb
Author: Matthew Finkel <sysrqb at 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





More information about the tor-commits mailing list