summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfelix2016-06-22 23:09:12 +0200
committerfelix2016-06-22 23:09:26 +0200
commit4cec0ee3a5b5fa402fbff0e57c2b87a56d9d0583 (patch)
treeaae11d8e124bab295193f646aa66eb9a0287b906
parent2333c8d735de1c61fd1bd7a437e889a923d893e1 (diff)
downloadaur-4cec0ee3a5b5fa402fbff0e57c2b87a56d9d0583.tar.gz
Tweak configure invocation: use system zlib, set vi as the default editor
-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
}