From 7df4cc1a43f3a584517504603cad6e3cfda731bb Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 2 Jun 2019 16:17:45 -0700 Subject: [PATCH] vim: Remove bogus libelf dependency Unused and Unneeded. Signed-off-by: Rosen Penev --- utils/vim/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/vim/Makefile b/utils/vim/Makefile index e4ab2682f..03eeec84a 100644 --- 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 \