summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fcbe220d29a4..ee2ef9783dac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,7 +39,9 @@ build() {
unset EDITOR VISUAL
AUTOMAKE='automake --add-missing' autoreconf
- ./configure LIBS="-lbsd" --prefix=/usr
+ ./configure LIBS="-lbsd" --prefix=/usr \
+ --with-editor=/usr/bin/vi \
+ --with-external-zlib
make
}