From: Nick Mathewson Date: Tue, 20 Jun 2017 17:54:30 +0000 (-0400) Subject: Note that pkgconfig is now needed, and has been for a few releases. X-Git-Tag: tor-0.3.1.4-alpha~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fecc66d1e6cadc607800e7929fa490ac0c428e20;p=thirdparty%2Ftor.git Note that pkgconfig is now needed, and has been for a few releases. --- 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.)