This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
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
d03e32c513
commit
3b45e95542
1 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
utils/vim/Makefile
+ 2
- 1
utils/vim/Makefile
View File
@ -115,7 +115,8 @@ CONFIGURE_ARGS += \
--disable-gpm
\
--disable-gpm
\
--disable-acl
\
--disable-acl
\
--with-tlib
=
ncurses
\
--with-tlib
=
ncurses
\
--with-compiledby
=
"non-existent-hostname-compiled"
--with-compiledby
=
"non-existent-hostname-compiled"
\
--disable-darwin
CONFIGURE_VARS
+=
\
CONFIGURE_VARS
+=
\
vim_cv_getcwd_broken
=
no
\
vim_cv_getcwd_broken
=
no
\
Write
Preview
Loading…
Cancel
Save