From: bors Date: Thu, 15 Dec 2016 03:04:20 +0000 (+0000) Subject: Auto merge of #3393 - alexcrichton:fix-libz-linkage, r=brson X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~11^2~78 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d902f594a672c43c911bb6ea3e5d6d0ec1dde120;p=cargo.git Auto merge of #3393 - alexcrichton:fix-libz-linkage, r=brson Bump libz-sys to 1.0.9 This just switches libz to always link statically instead of relying on the system zlib. For MinGW it seems that linkage may default pull in a DLL, which is almost never what we want. Closes #3384 --- d902f594a672c43c911bb6ea3e5d6d0ec1dde120