From d8f9a5da5d2be59f00ed1948d92930ea6986aceb Mon Sep 17 00:00:00 2001 From: Matthew Finkel Date: Tue, 10 Nov 2020 21:57:03 +0000 Subject: 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(+) (limited to 'Makefile.am') 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 -- cgit v1.2.3-54-g00ecf