summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--mingw-config.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5aaea505883a..e7efbeb61a1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -44,7 +44,7 @@ pkgbase = mingw-w64-rust
sha256sums = SKIP
sha256sums = f50b64a7610401f4c1afe21de238663f33c621b7fc42c51401090ebd48e69fec
sha256sums = SKIP
- sha256sums = 920b003929dd495d0887dd2db683a67cf8ff49bfde94d97c4d8c63ce69a0e801
+ sha256sums = 36962a9dd01b6d3d480fe17c8ba3c4620d5dd6b8cc6efc600991006e08917269
pkgname = mingw-w64-rust
diff --git a/PKGBUILD b/PKGBUILD
index b4726e02c5c4..40c9271b34e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,7 +45,7 @@ sha256sums=('948e2645057960ee1c03d9f0e8f78133a5f73d9ca9a24bc56126e395a212d25c'
'SKIP'
'f50b64a7610401f4c1afe21de238663f33c621b7fc42c51401090ebd48e69fec'
'SKIP'
- '920b003929dd495d0887dd2db683a67cf8ff49bfde94d97c4d8c63ce69a0e801')
+ '36962a9dd01b6d3d480fe17c8ba3c4620d5dd6b8cc6efc600991006e08917269')
validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag and Release Signing Key) <rust-key@rust-lang.org>
backup=("opt/${_pkgname}/cargo/config")
diff --git a/mingw-config.toml b/mingw-config.toml
index a17ec788075a..e1ffac1cfaf2 100644
--- a/mingw-config.toml
+++ b/mingw-config.toml
@@ -292,7 +292,7 @@ channel = "stable"
# platforms to ensure that the compiler is usable by default from the build
# directory (as it links to a number of dynamic libraries). This may not be
# desired in distributions, for example.
-rpath = false
+rpath = true
# Suppresses extraneous output from tests to ensure the output of the test
# harness is relatively clean.