summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2021-12-07 22:43:57 +0000
committerdavidovski <david@davidovski.xyz>2021-12-07 22:43:57 +0000
commite3bbbbd964ca88f0c73703aa067064cb4cbdf0d6 (patch)
treee312a7c28cba7c15b3fe731233c1f3f2e2417d03
parent768ec5d23f25129359c576c496eff5ac5c4bdab1 (diff)
removed sodium from vim
-rw-r--r--repo/extra/vim.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/extra/vim.xibuild b/repo/extra/vim.xibuild
index e0b1e03..90dfd5f 100644
--- a/repo/extra/vim.xibuild
+++ b/repo/extra/vim.xibuild
@@ -7,7 +7,7 @@ DESC="Vi Improved"
build () {
echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h
- ./configure --prefix=/usr --disable-gtk-check --disable-motif-check --disable-athena-check --disable-gui --disable-xsmp --without-x -disable-canberra
+ ./configure --prefix=/usr --disable-gtk-check --disable-motif-check --disable-athena-check --disable-gui --disable-xsmp --without-x -disable-canberra --disable-libsodium
make
make DESTDIR=$PKG_DEST install
}