commit fecc66d1e6cadc607800e7929fa490ac0c428e20 Author: Nick Mathewson nickm@torproject.org Date: Tue Jun 20 13:54:30 2017 -0400
Note that pkgconfig is now needed, and has been for a few releases. --- changes/new_requirement_pkgconfig | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/changes/new_requirement_pkgconfig b/changes/new_requirement_pkgconfig new file mode 100644 index 0000000..503ff58 --- /dev/null +++ b/changes/new_requirement_pkgconfig @@ -0,0 +1,5 @@ + o New dependencies: + - To build with zstd and lzma support, Tor now requires the + pkg-config tool at build time. (This requirement was new in + 0.3.1.1-alpha, but was not noted at the time. Noting it here to + close ticket 22623.)
tor-commits@lists.torproject.org