summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-01-09 17:36:01 -0500
committerVincent Grande2021-01-09 17:36:01 -0500
commit1b8fb224e3c17aadbdc02574b05d518faab8a7ce (patch)
tree5fc17ba45c73336171261593458696ca9f9c9500
parent9ad03796567a659e46103727f77004d636c51cae (diff)
downloadaur-1b8fb224e3c17aadbdc02574b05d518faab8a7ce.tar.gz
fix
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19e572203f1a..f755c2807640 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,8 @@ build() {
--disable-tests \
--disable-seccomp-tests \
--disable-full-test-suite \
- --without-idn
+ --without-idn \
+ --disable-tools
make
}