summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsuyuki Ishi2017-03-12 14:00:19 +0100
committerspider-mario2017-03-12 14:02:43 +0100
commitf4b4bc1e15f8bfa1c8d4dd9e498ac6dd2f704753 (patch)
tree8c41924f0dc061fabd2b7df888279b2169b42503
parente577007db69ff3cdb0aaf525c7665d3afb6d2832 (diff)
downloadaur-f4b4bc1e15f8bfa1c8d4dd9e498ac6dd2f704753.tar.gz
Pass --disable-dist-src to configure
Fixes https://github.com/rust-lang/rust/issues/40228
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1289bf8c41d4..91e181c003be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -60,7 +60,8 @@ build() {
--prefix=/usr \
--llvm-root=/usr \
--enable-llvm-link-shared \
- --jemalloc-root=/usr/lib/
+ --jemalloc-root=/usr/lib/ \
+ --disable-dist-src
make
}