diff options
author | davidovski <david@davidovski.xyz> | 2021-12-07 22:50:14 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-12-07 22:50:14 +0000 |
commit | df58243b7b763347314a71636ea776ad8211748a (patch) | |
tree | ea61c0527ff5d57263c6d4fddf0b7747f779d8d3 /repo/extra | |
parent | e3bbbbd964ca88f0c73703aa067064cb4cbdf0d6 (diff) |
tiny features vim
Diffstat (limited to 'repo/extra')
-rw-r--r-- | repo/extra/vim.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/extra/vim.xibuild b/repo/extra/vim.xibuild index 90dfd5f..27e04ad 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 --disable-libsodium + ./configure --prefix=/usr --disable-gtk-check --disable-motif-check --disable-athena-check --disable-gui --disable-xsmp --without-x -disable-canberra --disable-libsodium --disable-gpm --disable-libsodium make make DESTDIR=$PKG_DEST install } |