aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2018-11-15 18:32:52 +1000
committerteor <teor@torproject.org>2018-11-15 19:23:37 +1000
commit83c1baca168fdd0595e9c9633e031f3bdb8df8ed (patch)
tree0c905880f507e4027bb9cc0dcf7e05851ebd5a27 /changes
parent540c833f20934ca0219579b96fae87c65bc1534e (diff)
downloadtor-83c1baca168fdd0595e9c9633e031f3bdb8df8ed.tar.gz
tor-83c1baca168fdd0595e9c9633e031f3bdb8df8ed.zip
Appveyor: manually add zstd flags to configure
The mingw zstd from MSYS2 doesn't come with a pkg-config file. Fixes 28454 on Tor 0.3.4.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug284544
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug28454 b/changes/bug28454
new file mode 100644
index 0000000000..ca46ae2777
--- /dev/null
+++ b/changes/bug28454
@@ -0,0 +1,4 @@
+ o Minor bugfixes (continuous integration, Windows):
+ - Manually configure the zstd compiler options, when building using
+ mingw on Appveyor Windows CI. The MSYS2 mingw zstd package does not
+ come with a pkg-config file. Fixes bug 28454; bugfix on 0.3.4.1-alpha.