projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5c540e
)
vim: Remove bogus libelf dependency
author
Rosen Penev
<rosenp@gmail.com>
Sun, 2 Jun 2019 23:17:45 +0000
(16:17 -0700)
committer
Rosen Penev
<rosenp@gmail.com>
Sun, 2 Jun 2019 23:21:37 +0000
(16:21 -0700)
Unused and Unneeded.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
utils/vim/Makefile
patch
|
blob
|
history
diff --git
a/utils/vim/Makefile
b/utils/vim/Makefile
index e4ab2682f251ddd41d18957ae4a88e35071afb1d..03eeec84a9b04e3f1b2c79a3825e2eecfe721b61 100644
(file)
--- a/
utils/vim/Makefile
+++ b/
utils/vim/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=vim
PKG_VERSION:=8.1
-PKG_RELEASE:=
2
+PKG_RELEASE:=
3
VIMVER:=81
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
@@
-123,6
+123,7
@@
CONFIGURE_ARGS += \
--with-compiledby="non-existent-hostname-compiled"
CONFIGURE_VARS += \
+ ac_cv_header_elf_h=no \
vim_cv_getcwd_broken=no \
vim_cv_memmove_handles_overlap=yes \
vim_cv_stat_ignores_slash=yes \