mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
vim: disable darwin support
Fixes build on Mac OS X hosts Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user