summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspider-mario2017-01-07 14:55:16 +0100
committerspider-mario2017-01-07 14:55:16 +0100
commit656f7efc8aa26904f185a9cc40e3213ea44ccb97 (patch)
tree68ccee3139676004030aad0d21cab9a07debf7d6
parent755beaa5407132cbe7977e9ffa102f1eec37f4c4 (diff)
downloadaur-656f7efc8aa26904f185a9cc40e3213ea44ccb97.tar.gz
Temporarily disable rustbuild
-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
}