summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 34bbea21d8fa..a3df5487b3f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -59,7 +59,7 @@ build() {
# when parsing the output of gcc -v. Let us set LC_ALL as well.
export LANG=C LC_ALL=C
- ./configure --prefix=/usr --disable-rpath
+ ./configure --prefix=/usr --disable-rpath --disable-rustbuild
make all
}