summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-06-20 13:54:30 -0400
committerNick Mathewson <nickm@torproject.org>2017-06-20 13:54:30 -0400
commitfecc66d1e6cadc607800e7929fa490ac0c428e20 (patch)
tree6cde8eb599533fa4844cd4b2c11815f67e56f7d9
parent392e5457b86fdaeae5d15ead5ff75f021c730549 (diff)
downloadtor-fecc66d1e6cadc607800e7929fa490ac0c428e20.tar.gz
tor-fecc66d1e6cadc607800e7929fa490ac0c428e20.zip
Note that pkgconfig is now needed, and has been for a few releases.
-rw-r--r--changes/new_requirement_pkgconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/new_requirement_pkgconfig b/changes/new_requirement_pkgconfig
new file mode 100644
index 0000000000..503ff58c9e
--- /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.)