mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
Export RANLIB so it's available in combine_libs script
Fixes 40172; bugfix on 0.4.5.1-alpha
This commit is contained in:
parent
bc6c37b202
commit
d8f9a5da5d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user