Export RANLIB so it's available in combine_libs script

Fixes 40172; bugfix on 0.4.5.1-alpha
This commit is contained in:
Matthew Finkel 2020-11-10 21:57:03 +00:00
parent bc6c37b202
commit d8f9a5da5d

View File

@ -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