From e3bbbbd964ca88f0c73703aa067064cb4cbdf0d6 Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 7 Dec 2021 22:43:57 +0000 Subject: removed sodium from vim --- repo/extra/vim.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.1