Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions utils/vim/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=vim
PKG_VERSION:=9.1.1918
PKG_XXD_VERSION:=2025.08.24
PKG_RELEASE:=1
PKG_RELEASE:=2
VIMVER:=91

PKG_SOURCE_PROTO:=git
Expand Down Expand Up @@ -126,7 +126,8 @@ CONFIGURE_ARGS += \
--disable-libsodium \
--disable-selinux \
--with-tlib=ncurses \
--with-compiledby="non-existent-hostname-compiled"
--with-compiledby="non-existent-hostname-compiled" \
--with-wayland=no

CONFIGURE_VARS += \
ac_cv_header_elf_h=no \
Expand Down
Loading