git-series: update rust-libc to fix aarch64-musl

This commit is contained in:
Johannes 2019-06-14 17:10:29 +02:00
parent 42412a3758
commit d5f7a787f9

View file

@ -15,6 +15,7 @@ checksum=c0362e19d3fa168a7cb0e260fcdecfe070853b163c9f2dfd2ad8213289bc7e5f
post_extract() {
sed -i '/^git2 =/s/=.*/= "0.5"/' Cargo.toml
cargo update --package libc --precise 0.2.55
}
pre_build() {
export LIBGIT2_SYS_USE_PKG_CONFIG=yes