diff options
author | Matthew Finkel <sysrqb@torproject.org> | 2020-11-10 21:57:03 +0000 |
---|---|---|
committer | Matthew Finkel <sysrqb@torproject.org> | 2020-11-10 22:07:34 +0000 |
commit | d8f9a5da5d2be59f00ed1948d92930ea6986aceb (patch) | |
tree | 389bcc1a62c0cd7b9601ccc4ec2a6c5f5b4e10e1 /Makefile.am | |
parent | bc6c37b202e907ed721adbfe2c08977416c0e61c (diff) | |
download | tor-d8f9a5da5d2be59f00ed1948d92930ea6986aceb.tar.gz tor-d8f9a5da5d2be59f00ed1948d92930ea6986aceb.zip |
Export RANLIB so it's available in combine_libs script
Fixes 40172; bugfix on 0.4.5.1-alpha
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |