]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Note that pkgconfig is now needed, and has been for a few releases.
authorNick Mathewson <nickm@torproject.org>
Tue, 20 Jun 2017 17:54:30 +0000 (13:54 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 20 Jun 2017 17:54:30 +0000 (13:54 -0400)
changes/new_requirement_pkgconfig [new file with mode: 0644]

diff --git a/changes/new_requirement_pkgconfig b/changes/new_requirement_pkgconfig
new file mode 100644 (file)
index 0000000..503ff58
--- /dev/null
@@ -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.)