Browse Source

vim: disable darwin support

Fixes build on Mac OS X hosts

Signed-off-by: Felix Fietkau <nbd@nbd.name>
lilik-openwrt-22.03
Felix Fietkau 6 years ago
parent
commit
3b45e95542
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      utils/vim/Makefile

+ 2
- 1
utils/vim/Makefile View File

@ -115,7 +115,8 @@ CONFIGURE_ARGS += \
--disable-gpm \
--disable-acl \
--with-tlib=ncurses \
--with-compiledby="non-existent-hostname-compiled"
--with-compiledby="non-existent-hostname-compiled" \
--disable-darwin
CONFIGURE_VARS += \
vim_cv_getcwd_broken=no \


Loading…
Cancel
Save