summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild-aux/cargo-vendor.sh2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/build-aux/cargo-vendor.sh b/build-aux/cargo-vendor.sh
index 24800f0..2ad5dd3 100755
--- a/build-aux/cargo-vendor.sh
+++ b/build-aux/cargo-vendor.sh
@@ -18,6 +18,8 @@ cargo vendor --manifest-path "$1"
# Caveat this tarball won't build on Windows.
# See https://github.com/rust-lang/cargo/issues/7058#issuecomment-751856262
rm vendor/winapi*gnu*/lib/*.a
+rm vendor/windows*gnu*/lib/*.a
+rm vendor/windows*msvc*/lib/*.lib
mkdir .cargo
cat > .cargo/config.toml <<EOF
diff --git a/configure.ac b/configure.ac
index 7b1934f..209e020 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_PREREQ([2.69])
AC_INIT([libopenraw],[0.4.0-alpha.4])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2 dist-xz subdir-objects])
+AM_INIT_AUTOMAKE([foreign tar-ustar no-dist-gzip dist-bzip2 dist-xz subdir-objects])
AM_MAINTAINER_MODE
m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])
AM_SILENT_RULES([yes])